Go programming: organising projects into packages

Опубликовано: 27 Июль 2026
на канале: GTL
106
0

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`.