vanity url setup for my go modules pkg.rbrt.fr
1# Vanity URLs 2 3This repository defines the vanity URLs of my go modules. 4 5## How to add a package 6 7- `go install github.com/julienrbrt/vangen@latest` 8- Add a new entry in `vangen.json` 9- `vangen -config vangen.json -out .` 10- Push your changes