PROG2005 Cloud Technologies
Go programming: organising projects into packages.
Different package templates for different project sizes. Use the one that suits your project best. Expecting single executable? Keep it as `main.go` in the top folder. Multiple executables? Put them inside `cmd`.