jojo
Results
2
comments of
jojo
@slee500 @wonsikin I did ` export GO111MODULE=on` before running go `get -v github.com/rubenv/sql-migrate/...`. But I had same error too. My Golang version is 1.15.0.
I'm sorry. I had mistake. If you do `export GO111MODULE=on` before running `go get -v github.com/rubenv/sql-migrate/...` this fixes the issue. But I don't know this reason.