docs: extract goget manpage to standalone troff source

This commit is contained in:
2026-06-29 21:16:28 +02:00
parent 9ef62520c7
commit 9867e2817e
8 changed files with 1163 additions and 206 deletions
+7
View File
@@ -3,6 +3,13 @@
# Build output
bin/
# Generated copy of man/goget.1 (regenerated by `just build`).
# Required because //go:embed cannot reference files outside the
# embedding package, so man/goget.1 is copied into the package
# tree at build time and embedded into the binary.
cmd/goget/man-page-data/*.1
!cmd/goget/man-page-data/.gitkeep
# Test artifacts
*.test
*.out