environment.md 149 B

Ошибка при вызове:

$ go test -v
$ go: cannot find main module, but found ...

// Решение
$ go env -w GO111MODULE=auto