command
Version:
v0.0.0-...-db3ee8d
Opens a new window with list of versions in this module.
Published: Nov 27, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Select
Go's select lets you wait on multiple channel operations.
Combining goroutines and channels with select is a powerful feature of Go.
A select can only be used with channels.
Note to self: it looks like a switch statement, which is why I was a tad
confused about it...
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.