Imports of package render

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
fmtPackage 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/pelletier/go-toml/v2Package toml is a library to read and write TOML documents.
github.com/ugorji/go/codecPackage codec provides a High Performance, Feature-Rich Idiomatic Go 1.4+ codec/encoding library for binc, msgpack, cbor, json.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
strconvPackage strconv implements conversions to and from string representations of basic data types.