package
0.0.0-20220719023015-af14b6af71e5
Repository: https://github.com/wangyysde/sysadmserver.git
Documentation: pkg.go.dev

# README

Versioning

This is Endpoint versioning (i.e /v1/path) example using custom middleware group in sysadmServer.

How to Run?

  1. Run go run main.go

  2. Test APIs On http://localhost:8080.

  • For list users in v1, path should be http://localhost:8080/v1/users. Likewise, all other routes are working.