I have been testing out the new go modules feature. Our application compiles/installs without problems using the normal $GOPATH way and have been using this for a while now. trying go modules produces the same error over and over
Steps I followed unset $GOPATH just to be safe 1) git clone github project 2) go mod init 3) go build and after some output where I can see it getting all the dependencies I keep getting random.go:14:10: assignment mismatch: 2 variables but 1 values random.go:29:10: assignment mismatch: 2 variables but 1 values Again reverting back to the normal $GOPATH way everything compiles fine and I can start the binary. -- 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.