-
Examples used in the following article Tvorba balíčků a pokročilejší operace s kanály v jazyce Go
-
This article is part of the serie about Go programming language Programovací jazyk Go
- Enum with iota, 1st version
- Enum with iota, 2nd version with type checks
- Enum with iota, 3rd version with type checks, incorrect usage
- Enum with iota, 4th version with type checks, incorrect usage
- Enum as a type
- Enum as a type
- Channel as a FIFO
- Channels and a range command
- Channels and a range command
- Read from closed channel
- Sync with channel
- Select statement with timeout
- Select statement with timeout that happen
- Select statement with timeout and default branch
- Alternate import, alias
- Alternate import, alias
- Dot in import
- Dot in import
- Use package hello_1
- Use package hello_2
- Use package hello_3
- Initialization of package
- Initialization of package imported as _