goredirects icon indicating copy to clipboard operation
goredirects copied to clipboard

A tool to help host go packages with vanity domains on GitHub

Results 5 goredirects issues
Sort by recently updated
recently updated
newest added

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.