package
0.0.0-20231011072021-2bcd6084d24b
Repository: https://github.com/nyogjtrc/practice-go.git
Documentation: pkg.go.dev
# README
Practice Go - Gin
package manager: dep
go get -u github.com/golang/dep/cmd/dep
dep ensure -v
build docker image
cmd already in makefile
make build
run service
cmd already in makefile
make run