Skip to content

Instantly share code, notes, and snippets.

@wendal
Last active December 21, 2015 17:39
Show Gist options
  • Save wendal/6342015 to your computer and use it in GitHub Desktop.
Save wendal/6342015 to your computer and use it in GitHub Desktop.
配置私有的golang库地址 : 添加到$GOROOT/src/cmd/go/vcs.go 然后编译golang
// git.xwoods.org
{
prefix: "git.xwoods.org/",
re: `^(?P<root>git\.xwoods\.org/(?P<p>.*))$`,
ping: false,
repo: "[email protected]:{p}.git",
vcs : "git",
},
@pangwu86
Copy link

好用,略蛋疼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment