project build 找不到 packagegit
解決辦法:github
eclipse 讀取GOPATH不對,在項目屬性Go Compiler 裏面去除默認選項,填寫完整的GOPATHjson
查看Godep.json 確認對應代碼在相應位置能夠找到,這裏主要有是code.google.com下的代碼,由於谷歌關閉了相關站點,在godep save的時候獲取不到代碼照成的,通常來說去github上找到對應的clone就好,注意Rev要修改爲github上的SHA串,注意這裏有版本差別 eclipse
go get獲取到的dep版本不對,使用godep restore 從新獲取代碼
ide
解決辦法:ui
修改debug conifgrationgoogle
a.build arguments:spa
test -x -c -v -gcflags "-N -l" xxx.com/xxx/xxxdebug
b.path of launtch:rest
${workspace}/bin/xxxx_xxx.test
c.build-type:
build-tests
3.run gdb --version :unknow reason
配置debug conifgration
debugger tab,gdb path:
/usr/local/bin/gdb