Imports of package transform

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/alecthomas/chroma/v2/lexers
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/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.
io/ioutilPackage ioutil implements some I/O utility functions.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.