Após fazer o gun run main.go aparece a seguinte mensagem
go.mod requires github.com/lib/pq v1.3.0 but vendor/modules.txt does not include it.
run 'go mod tidy; go mod vendor' to sync
Após fazer o gun run main.go aparece a seguinte mensagem
go.mod requires github.com/lib/pq v1.3.0 but vendor/modules.txt does not include it.
run 'go mod tidy; go mod vendor' to sync
Antes de fazer o go run, tenta rodar:
go mod tidy; go mod vendor