github.com/djarvur/go-swagger@v0.18.0/examples/tutorials/todo-list/server-2/restapi/doc.go (about) 1 // Code generated by go-swagger; DO NOT EDIT. 2 3 /* 4 Package restapi A To Do list application 5 The product of a tutorial on goswagger.io 6 7 8 Schemes: 9 http 10 Host: localhost 11 BasePath: / 12 Version: 1.0.0 13 14 Consumes: 15 - application/io.goswagger.examples.todo-list.v1+json 16 17 Produces: 18 - application/io.goswagger.examples.todo-list.v1+json 19 20 swagger:meta 21 */ 22 package restapi