* rob: > I'm also curious as to WHY GOPATH is being removed.
Because GOPATH forced people to store all their Go code under a specific directory, which is a hindrance. go.mod allows users to choose different paths for different projects. It also enables programmers to use Git or other VCS to store their source code and dependency definitions in separate directories. -Ralph -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/87im6gq5jk.fsf%40wedjat.horus-it.com.