Categorygithub.com/team-nerd-planet/api-server
module
0.0.0-20240704111823-7c35eaacb76c
Repository: https://github.com/team-nerd-planet/api-server.git
Documentation: pkg.go.dev

# README

go run ./cmd/server .

# "google/wire" module
go install github.com/google/wire/cmd/wire@latest
wire ./cmd/server

# "swaggo/swag" module
go install github.com/swaggo/swag/cmd/swag@latest
swag init -pd -g ./cmd/server/main.go -o ./third_party/docs/

# "golang.org/x/tools" module
go install golang.org/x/tools/cmd/goimports@latest
goimports -w .
gofmt -s -w .

# Packages

No description provided by the author
No description provided by the author
No description provided by the author