How to Write Go Code
Workspaces A workspace is a directory hierarchy with three directories at its root: • src contains Go source files • pkg contains package objects • bin contains executable commandsThe GOPAT