Categorygithub.com/wei840222/go-restful-sample
modulepackage
0.0.0-20250122172942-7f7963cb6b03
Repository: https://github.com/wei840222/go-restful-sample.git
Documentation: pkg.go.dev

# README

go-restful-sample

How to develop

Install tools

# mockgen
go install go.uber.org/mock/mockgen@latest

# swaggo
go install github.com/swaggo/swag/cmd/swag@latest

# auto watch file change and hot reload server
go install github.com/silenceper/gowatch@latest

Commands

# generate go code from *.proto and mock code for testing
go generate ./...

# run testing
go test ./...

# run server, config in gowatch.yml
gowatch

# Packages

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

# Functions

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