Skip to content

Instantly share code, notes, and snippets.

@mid0111
Created February 6, 2016 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mid0111/7137db4cb972f3dd2016 to your computer and use it in GitHub Desktop.
Save mid0111/7137db4cb972f3dd2016 to your computer and use it in GitHub Desktop.
Gom の vendor サポート

Gom

.bashrc とかで以下を定義

export GO15VENDOREXPERIMENT=1

これによって、Gom の依存ライブラリのインストール先がプロジェクト配下の vendor/* になる

hello-martini (master #) % tree -L 2
.
├── Gomfile
├── server.go
└── vendor
    ├── github.com
    └── pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment