bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding | Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/gob | Package gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). |
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/errors | Package errors provides an Error interface and several concrete types implementing this interface to manage API errors and JSON-schema validation errors. |
github.com/go-openapi/loads | Package loads provides document loading methods for swagger (OAI) specifications. |
github.com/go-openapi/runtime | |
github.com/go-openapi/runtime/logger | |
github.com/go-openapi/runtime/middleware/denco | Package denco provides fast URL router. |
github.com/go-openapi/runtime/middleware/header | Package header provides functions for parsing HTTP headers. |
github.com/go-openapi/runtime/middleware/untyped | |
github.com/go-openapi/runtime/security | |
github.com/go-openapi/spec | |
github.com/go-openapi/strfmt | Package strfmt contains custom string formats |
github.com/go-openapi/swag | Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. |
github.com/go-openapi/validate | Package validate provides methods to validate a swagger specification, as well as tools to validate data against their schema. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
io | Package io provides basic interfaces to I/O primitives. |
mime | Package mime implements parts of the MIME spec. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
path | Package path implements utility routines for manipulating slash-separated paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
text/template | Package template implements data-driven templates for generating textual output. |