Categorygithub.com/orainmers/golangStudy
module
0.0.0-20240912173132-842f9d650284
Repository: https://github.com/orainmers/golangstudy.git
Documentation: pkg.go.dev

# README

Requirements

https://github.com/mvdan/gofumpt

go install mvdan.cc/gofumpt@latest

https://github.com/daixiang0/gci

go install github.com/daixiang0/gci@latest

https://golangci-lint.run/

curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.1

for macOS:

brew install golangci-lint
brew upgrade golangci-lint

# Packages

No description provided by the author