Imports of package fmt

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/bep/loggpackage logg implements a simple structured logging API.
github.com/gohugoio/hugo/common/loggerspackage loggers contains some basic logging setup.
github.com/gohugoio/hugo/deps
github.com/gohugoio/hugo/tpl/internal
github.com/spf13/castPackage cast provides easy and safe casting in Go.
sortPackage sort provides primitives for sorting slices and user-defined collections.