Imports of package navigation

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/common/typesPackage types contains types shared between packages in Hugo.
github.com/gohugoio/hugo/compare
github.com/gohugoio/hugo/config
github.com/mitchellh/mapstructurePackage mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure.
github.com/spf13/castPackage cast provides easy and safe casting in Go.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
slicesPackage slices defines various functions useful with slices of any type.
sortPackage sort provides primitives for sorting slices and user-defined collections.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.