goredirects
goredirects copied to clipboard
A tool to help host go packages with vanity domains on GitHub
Introducing -include-vendor flag to generate vanity URLs for vendored packages, off by default. Adding ability to override the default "origin" remote name used to determine the URLs. Fixes #4 and...
Currently the remote name `origin` is hard coded which is used to determine the `http` URLs. A command line flag to specify your own remote name would be great.
@bramp any objection of adding a flag to omit parsing `vendor` if present ? Or just skip `vendor` by default. I don't think there is any advantage of generating vanity...
The Git URL's are hardcoded for `github.com`, would be great to be able to use this tool with other sources as well.