aboutsummaryrefslogtreecommitdiff
path: root/cmd/goget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add nix configurations for building and running `goget`Franck Cuny2025-08-241-1/+1
|
* add Go vanity URL service for custom import pathsFranck Cuny2025-08-241-0/+165
Go vanity URLs allow developers to use custom domain names for Go module imports instead of being tied to specific hosting platforms like GitHub. This service implements the go-import meta tag protocol, allowing Go tools to automatically discover the actual Git repository location while presenting a clean, branded import path to users.