- this project used to gin middware
- replace pkg name
github.com/bar-counter/checktag
to target
lib | url | version |
---|---|---|
gin | https://github.com/gin-gonic/gin | 1.4.0 |
make init
make dep
# ensure right then
make dev
# and open url
# health http://127.0.0.1:38000/status/health
# pprof http://127.0.0.1:38000/debug/pprof/
# go get
go get -v github.com/bar-counter/checktag
# dep go 1.7 -> 1.11
dep ensure --add github.com/bar-counter/checktag@1.0.0
dep ensure -v