Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 626 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 626 Bytes

Golang Vanity URLs for Import Paths

This package implements a server that can respond to the golang import paths protocol and redirect go tool to the correct repository path so that we can host our go packages at go.rtnl.ai instead of github.com/rotationalio.

This server implements some Rotational specific tools. If you're interested in hosting your own vanity URLs for Go packages, I suggest reading Making a Golang Vanity URL by Jon Betti and using his go.jonrb.io/vanity server as a starting place.