gopkg icon indicating copy to clipboard operation
gopkg copied to clipboard

Add custom domain and target domain

Open azhai opened this issue 4 years ago • 0 comments

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

azhai avatar Jun 16 '20 10:06 azhai