## basic Goland->preferences->go->go modules->enable integration go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct go get -u github.com/gin-gonic/gin go mod tidy ## run go build ./backend