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/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/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/jsonpointer | |
github.com/go-openapi/loads | Package loads provides document loading methods for swagger (OAI) specifications. |
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. |
log | Package log implements a simple logging package. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |