Created
May 13, 2015 03:01
-
-
Save nobonobo/9cbc62de0e5da0c88c57 to your computer and use it in GitHub Desktop.
gomvpkgコマンドでインポートパスの変更ができるみたい。
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
| $ go get golang.org/x/tools/cmd/gomvpkg | |
| $ go get github.com/nobonobo/jsonrpc | |
| $ gomvpkg -from github.com/nobonobo/jsonrpc -to hoge/jsrpc | |
| 以上の操作で「import "hoge/jsrpc"」で使えるようになるみたい。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment