Imports of package tpl

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gohugoio/hugo/bufferpoolPackage bufferpool provides a pool of bytes buffers.
github.com/gohugoio/hugo/common/herrorsPackage herrors contains common Hugo errors and error related utilities.
github.com/gohugoio/hugo/hugofsPackage hugofs provides the file systems used by Hugo.
github.com/gohugoio/hugo/metricsPackage metrics provides simple metrics tracking features.
github.com/gohugoio/hugo/outputPackage output contains Output Format types and functions.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/spf13/afero
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
ioPackage io provides basic interfaces to I/O primitives.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/templatePackage template implements data-driven templates for generating textual output.
text/template/parsePackage parse builds parse trees for templates as defined by text/template and html/template.
timePackage time provides functionality for measuring and displaying time.