bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/xml | Package xml implements a simple XML 1.0 parser that understands XML name spaces. |
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/gin-gonic/gin/internal/bytesconv | |
github.com/gin-gonic/gin/internal/json | |
github.com/go-playground/validator/v10 | Package validator implements value validations for structs and individual fields based on tags. |
github.com/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
github.com/ugorji/go/codec | Package codec provides a High Performance, Feature-Rich Idiomatic Go 1.4+ codec/encoding library for binc, msgpack, cbor, json. |
gopkg.in/yaml.v2 | Package yaml implements YAML support for the Go language. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
mime/multipart | Package multipart implements MIME multipart parsing, as defined in RFC 2046. |
net/http | Package http provides HTTP client and server implementations. |
net/textproto | Package textproto implements generic support for text-based request/response protocols in the style of HTTP, NNTP, and SMTP. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |
time | Package time provides functionality for measuring and displaying time. |