Imports of package metadecoders

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/clbanning/mxj/v2Marshal/Unmarshal XML to/from map[string]interface{} values (and JSON); extract/modify values from maps by key or key-path, including wildcards.
github.com/gohugoio/hugo/common/herrorsPackage herrors contains common Hugo errors and error related utilities.
github.com/gohugoio/hugo/common/maps
github.com/niklasfasching/go-org/orgPackage org is an Org mode syntax processor.
github.com/pelletier/go-toml/v2Package toml is a library to read and write TOML documents.
github.com/spf13/afero
github.com/spf13/castPackage cast provides easy and safe casting in Go.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
logPackage log implements a simple logging package.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.