Ross ROSS = Recommend OSS · open-source software intelligence for agents

thockin/go-build-template resource

A Makefile/Dockerfile example for Go projects. observed · 2026-08-28

github.com/thockin/go-build-template · Makefile · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 94
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3633
  • days_rel: n/a
  • days_push: 37
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3331 stars · 425 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A skeleton Go project template providing a Makefile and Dockerfile that encode best-practice build, test, lint, and container-image workflows. It uses Docker buildx to build binaries and multi-architecture container images with manifest lists.

Use cases

  • scaffold a new Go application with a production-grade build setup
  • build multi-architecture Docker images for a Go binary
  • standardize make-based build, test, and lint targets across Go projects
  • publish container manifest lists to a registry
  • embed golangci-lint and go-licenses tooling in a Go build
  • compute image version tags from git tags

When to choose

  • starting a new Go project and wanting battle-tested Makefile/Dockerfile conventions
  • needing reproducible containerized builds with multi-arch support
  • wanting versioning derived from git tags with dirty-state detection

When to avoid

  • your project uses Bazel or another build system already
  • you develop on Windows or macOS without Linux/Docker buildx support
  • you need a full CI pipeline rather than local build tooling

Facets

learning-resource · maturity stable

build-tool ci-cd developer-tools linter testing developer-tools go cli makefile dockerfile docker-buildx multi-arch go-modules project-template container-image golangci-lint go-licenses manifest-list boilerplate devops containers automation linux docker

1 source

Member repositories

RepositoryRoleHealth v2
thockin/go-build-templatemain75

For agents

markdown · JSON · MCP: product_card(name="thockin/go-build-template")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem