Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 229 Bytes

File metadata and controls

13 lines (11 loc) · 229 Bytes

Go Swagger Utils

A collection of utility functions for a go-swagger application.

Development

Ensure you have all of the dependencies. This package uses dep:

$ make dep

Run the tests:

$ make test