Last active
December 21, 2015 17:39
-
-
Save wendal/6342015 to your computer and use it in GitHub Desktop.
配置私有的golang库地址 : 添加到$GOROOT/src/cmd/go/vcs.go 然后编译golang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// git.xwoods.org | |
{ | |
prefix: "git.xwoods.org/", | |
re: `^(?P<root>git\.xwoods\.org/(?P<p>.*))$`, | |
ping: false, | |
repo: "[email protected]:{p}.git", | |
vcs : "git", | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
好用,略蛋疼