diff --git a/README.md b/README.md index cefe266..9b6e4e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # restful-api-sorter Utilities for sorting go-restful api's for output in Swagger +## Targeted Versions + +| go-restful | restful-api-sorter | +| :---: | :---: | +| [v1.2](https://github.com/emicklei/go-restful/tree/v1.2) | [v1.2](https://github.com/myENA/restful-api-sorter/tree/v1.2) | +| [master](https://github.com/emicklei/go-restful) | [master](https://github.com/myENA/restful-api-sorter/tree/master) | + ## Description If you utilize [go-restful](https://github.com/emicklei/go-restful)'s ability to generate [Swagger](http://swagger.io/) diff --git a/sorters.go b/sorters.go index 3014031..770e786 100644 --- a/sorters.go +++ b/sorters.go @@ -1,7 +1,7 @@ -package main +package restfulSorters import ( - "github.com/emicklei/go-restful/swagger" + "github.com/emicklei/go-restful-swagger12" "sort" )