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
+5
View File
@@ -271,13 +271,18 @@ just install # go mod download
just run # run from source (development)
just build # go vet + gofmt check + build → bin/goget
just test # go test -race -count=1 ./...
just man # validate man/goget.1 with groff
just install-man # install manpage to ~/.local/share/man/man1/
just uninstall # remove build artifacts
just uninstall-man# remove installed manpage
```
---
## Documentation
- [`man/goget.1`](man/goget.1) — troff manual page (`man goget` after
`just install-man`)
- [`docs/architecture.md`](docs/architecture.md) — components and request flow
- [`docs/configuration.md`](docs/configuration.md) — config schema (TOML)
- [`docs/api.md`](docs/api.md) — public Go library API