Curriculum Idioms & ecosystem Project layout exercise 2 · mcq
Project layout
Pick the statement that's TRUE about the internal/
directory convention in Go.
TypeScript reference
About this theme
cmd/<binary-name>/main.go per binary; internal/... for packages that should not be importable by other modules. Outside those two conventions, layout is up to you. The golang-standards/project-layout repo is *not* official and over-prescribes — start small.