mattn / gom

Go Manager - bundle for go
1.38k stars 92 forks source link

gom install with :command #46

Open jheroy opened 9 years ago

jheroy commented 9 years ago

gom file:

gom 'git.xxx.com/xx/pfsdk', :command => 'git clone git@git.xxx.com:xx/pfsdk'

First time i exec gom install ,it works fine, but i exec it again ,it report an error: fatal: destination path '/path/to/_vendor/src/git.xxx.com/xx/pfsdk' already exists and is not an empty directory

mattn commented 9 years ago

syntax :command => is not supported yet.