Imports of package create

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gohugoio/hugo/cache/dynacache
github.com/gohugoio/hugo/cache/filecache
github.com/gohugoio/hugo/common/hugio
github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/common/types
github.com/gohugoio/hugo/helpers
github.com/gohugoio/hugo/hugofs
github.com/gohugoio/hugo/hugofs/glob
github.com/gohugoio/hugo/identity
github.com/gohugoio/hugo/media
github.com/gohugoio/hugo/resources
github.com/gohugoio/hugo/resources/resource
github.com/mitchellh/mapstructure
ioPackage io provides basic interfaces to I/O primitives.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
mimePackage mime implements parts of the MIME spec.
net/httpPackage http provides HTTP client and server implementations.
net/http/httputilPackage httputil provides HTTP utility functions, complementing the more common ones in the net/http package.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.