Directories ¶
Path | Synopsis |
---|---|
1.0_variables
|
|
1.2_flowControl
|
|
1.3_loops
|
|
1.4_arrays
|
|
1.simple
In Go, an _array_ is a numbered sequence of elements of a specific length.
|
In Go, an _array_ is a numbered sequence of elements of a specific length. |
1.5_types
|
|
1.6_enums
|
|
1.7_slices
|
|
1.8_maps
|
|
1.9_functions
|
|
1.simple
Packages
|
Packages |
2.0_closures
|
|
2.1_structs
|
|
2.2_compositionAndEmbedding
|
|
2.3_methods
|
|
2.4_pointers
|
|
2.6_errors
|
|
9.errorPackage/apperrors
Package apperrors handes application errors
|
Package apperrors handes application errors |
2.7_concurrency
|
|
2.8_packages
|
|
4.multiplePackages/cat
by convention, use the same name of the package as thr folder name that contains it
|
by convention, use the same name of the package as thr folder name that contains it |
5.packagesWithSubpackages/greet/de
german greet
|
german greet |
3.2_interface
|
|
10.dependencyInjection/fancyprinter
Package fancyprinter implements a printer interface
|
Package fancyprinter implements a printer interface |
Click to show internal directories.
Click to hide internal directories.