Go examples help to understand the core concept and utility which is used to building the golang services.
|
|____print # this is package name where all functions are defined
| |
| |____pkg
| | |____ index.go # defines the packages functions here
| |
| |____main.go # main file for testing the pkg functions.