Skip to content

Instantly share code, notes, and snippets.

@briansorahan
Created October 23, 2016 21:06
Show Gist options
  • Save briansorahan/0d26cf9bddeeeb10e20abb701b0c83ed to your computer and use it in GitHub Desktop.
Save briansorahan/0d26cf9bddeeeb10e20abb701b0c83ed to your computer and use it in GitHub Desktop.
package main
// swagger:route GET /foo Gets all the foo.
//
// Gets all the foo.
//
// Produces:
// - application/json
//
// Schemes: http, https
//
// Responses:
// - OkResponse: The request succeeded.
func foo() {
}
func main() {
foo()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment