Hi,

I've experimented with GO111MODULE preview in Go 1.11 release, two things 
to note so far:
1. go mod vendor pulled in vendor folder the .travis.yml file which 
apparently I don't want there (govendor filters it by default)

2. I've decided to clean up my GOPATH and start from scratch. I moved 
GOPATH and ran: go get something, but wasn't able to do it:
it complained with 'cannot find main module' and did nothing (despite the 
target package had go.mod). Same procedure without GO111MODULE=on works 
like a charm.

-- 
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