The workspace of Golang includes three directories as its roots, workspace carries Go code, the three root directories are:
1. “Src” the source file regulated into packages
2. “Pkg” package objects are stored in the directory
3. “Bin” contains executable commands