module
0.0.0-20171026202257-962f6387c1f8
Repository: https://github.com/manyminds/api2go-adapter.git
Documentation: pkg.go.dev
# README
api2go-adapter
Deprecated
All adapters got moved into the main repository and will only be updated there.
Upgrade
To Upgrade the gin-adapter from api2go-adapter simply install api2go with the build tag:
go get -tags=gingonic github.com/manyminds/api2go
and replace gingonic.New(r)
with routing.Gin(r)