bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/gob | Package gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
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. |