import "yourmodulename/path/to/your/package"
got it, now it works in the editor, fails with go get -d -v in the docker build process
what is the error?
What do you do in docker?
nvm - who the fuck told go to update its version in go.mod?
everything - LOL 😅
You probably don't need it 🙂
I develop everything in docker
I mean why do you do go get?
because I don't have a vendor folder, it downloads gorilla/mux and gopkg.in/yaml.v2
You should do go mod tidy then commit the updated go.mod and go.sum files, then Go will automatically fetch all dependencies, so you don't need to use go get
Обсуждают сегодня