Go Project Setup

Guides expert-level Go project initialization: module structure with go.mod, workspace mode for multi-module development, Makefile conventions, golangci-lint configuration, and standard project layout. Use when the user asks about Go project setup, go.mod, Go workspace, Go modules, golangci-lint, Go project structure, Makefile. Do NOT use when the user asks about Go language idioms (use `go-idioms`), Go testing (use `go-testing-patterns`), Go concurrency (use `go-concurrency-patterns`).

FerroxLabs 23baa91 2 files · 31.7 KB Updated 37 repo stars

File contents

ferroxlabs/murage/tree/main/skills-library/go-project-setup commit 23baa915a6

Frequently asked questions

npx skillmds@latest add ferroxlabs/go-project-setup