mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
In monorepo: ``` cmd/my-service/main.go -> cmd/my-service/service -> cmd/my-service/internal/... ``` Outside monorepo a similar unnested structure aligns with this as well: ``` cmd/my-service <- command service/... <- entrypoint internal/... <- internal implementation ``` ## Test plan Basic example builds and runs: `sg run msp-example` |
||
|---|---|---|
| .. | ||
| internal | ||
| service | ||
| BUILD.bazel | ||
| image_test.yaml | ||
| main.go | ||
| README.md | ||