gopkg
gopkg copied to clipboard
Add custom domain and target domain
If you want to use gopkg service in the site of yourself or another git host. Change these in file custom.go:
GitSiteDomain = "github.com" // the target domain
MyPkgDomain = "gopkg.in" // the proxy domain
func GetDefaultDir(site, name string) string