This site helps me (adamluzsi), to use the custom import path go.llib.dev for my Go projects.
How it works
Instead of using github.com in my go package names
I can just use this:
import "go.llib.dev/mypkg"
To download my packages (e.g.: mypkg),
you can just use go get as usual:
go get go.llib.dev/mypkg
What's Happening Behind the Scenes?
Special HTML files in this site tell the Go tool where to find the actual code for packages.
This lets go get know where to download the package from.
Contact & More Info
If you want to reach out, you can find me here: GitHub/adamluzsi.
The repository for this site: go.llib.dev