typeover
curriculum

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
Pick the idiomatic Go translation

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.