github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/examples/tutorials/todo-list/server-2/restapi/doc.go (about)

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  // Package restapi A To Do list application
     4  //
     5  //	The product of a tutorial on goswagger.io
     6  //	Schemes:
     7  //	  http
     8  //	Host: localhost
     9  //	BasePath: /
    10  //	Version: 1.0.0
    11  //
    12  //	Consumes:
    13  //	  - application/io.goswagger.examples.todo-list.v1+json
    14  //
    15  //	Produces:
    16  //	  - application/io.goswagger.examples.todo-list.v1+json
    17  //
    18  // swagger:meta
    19  package restapi