bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/go-openapi/analysis | Package analysis provides methods to work with a Swagger specification document from package go-openapi/spec. |
github.com/go-openapi/spec | |
github.com/go-openapi/swag | Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. |
net/url | Package url parses URLs and implements query escaping. |