fmt | Package 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/types | Package types contains types shared between packages in Hugo. |
github.com/gohugoio/hugo/compare | |
github.com/gohugoio/hugo/config | |
github.com/mitchellh/mapstructure | Package 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/cast | Package cast provides easy and safe casting in Go. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
slices | Package slices defines various functions useful with slices of any type. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |