Directories
¶
Path | Synopsis |
---|---|
A Context carries deadlines, cancellation signals, and other request-scoped values across API boundaries and goroutines
|
A Context carries deadlines, cancellation signals, and other request-scoped values across API boundaries and goroutines |
go:embed is a compiler directive that allows programs to include arbitrary files and folders in the Go binary at build time
|
go:embed is a compiler directive that allows programs to include arbitrary files and folders in the Go binary at build time |
os.Exit to immediately exit with a given status
|
os.Exit to immediately exit with a given status |
writes a capitalized version of all input text
|
writes a capitalized version of all input text |
Basic sends and receives on channels are blocking.
|
Basic sends and receives on channels are blocking. |
SHA256 hashes are frequently used to compute short identities for binary or text blobs.
|
SHA256 hashes are frequently used to compute short identities for binary or text blobs. |
Sometimes we’d like our Go programs to intelligently handle Unix signals.
|
Sometimes we’d like our Go programs to intelligently handle Unix signals. |
Timers are for when you want to do something once in the future - tickers are for when you want to do something repeatedly at regular intervals.
|
Timers are for when you want to do something once in the future - tickers are for when you want to do something repeatedly at regular intervals. |
Click to show internal directories.
Click to hide internal directories.