hi, guys.

how to compile a project using govendor with tool name compile ?

I using command like blow:

go tool compile  -I ./vendor -p ./vendor  -importmap source=./vendor  main.
go

But, it comes out like :

main.go:12: can't find import: "go-package/name1"


i tried many times, but still can not find how to compile a project using 
vendor directory to a Object file, like main.o.

Someone can help me ? waiting online , thank you all /// O(∩_∩)O~

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to