Imports of package transform

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gohugoio/hugo/cache/namedmemcache
github.com/gohugoio/hugo/common/typesPackage types contains types shared between packages in Hugo.
github.com/gohugoio/hugo/deps
github.com/gohugoio/hugo/helpersPackage helpers implements general utility functions that work with and on content.
github.com/gohugoio/hugo/markup/converter/hooks
github.com/gohugoio/hugo/markup/highlightPackage highlight provides code highlighting.
github.com/gohugoio/hugo/markup/highlight/chromalexers
github.com/gohugoio/hugo/parser
github.com/gohugoio/hugo/parser/metadecoders
github.com/gohugoio/hugo/resources/resourcePackage resource contains Resource related types.
github.com/gohugoio/hugo/tplPackage tpl contains template functions and related types.
github.com/gohugoio/hugo/tpl/internal
github.com/mitchellh/mapstructure
github.com/spf13/castPackage cast provides easy and safe casting in Go.
htmlPackage html provides functions for escaping and unescaping HTML text.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.