This site is about programming(mostly) things I either do or am learning.
The GO tool-chain(which is used to compile apps) supports application development. Itprovides for testing, formatting, and documentation, as well as package management.
When you develop GO applications the toolchain expects that you use a “workspace” that has a specific folder and directory structure. This in a sense is similar to ROR rails, which has a folder structure also.