https://github.com/emicklei/go-restful/blob/master/examples/restful-user-service.go
go-restful does seem to have swagger support.. see this:
https://github.com/emicklei/go-restful/blob/master/examples/restful-user-service.go
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
func init() {log.Println("go-restful has been renamed. Please update to github.com/emicklei/restful.")}
What trend? I haven't seen any trends, nor any push to rename those repositories.There are plenty of go packages, especially client libraries, that use go-* to name repositories.
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/zhNhLPmVXkg/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
Import restful "github.com/emicklei/go-restful"
Why not use the import as syntax?Import restful "github.com/emicklei/go-restful"