Package for building REST-style Web Services using Go
Description
Package for building REST-style Web Services using Go.
This package provides symbolic links that alias the following Go import paths to
github.com/emicklei/go-restful:
– github.com/emicklei/go-restful/v3
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/emicklei/go-restful.