go.mod declares the module path (github.com/JustinZeus/spreadlab); every import inside the repo is spelled relative to it. Layout follows the standard Go shape: cmd/<binary>/main.go per executable, internal/ for packages other modules may not import (the compiler enforces this). No engine code yet, just a placeholder main that proves 'go build' works.
2 lines
52 B
Text
2 lines
52 B
Text
# binary from `go build ./cmd/spreadlab`
|
|
/spreadlab
|