Imports of package packr

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gobuffalo/envypackage envy makes working with ENV variables in Go trivial.
github.com/gobuffalo/packd
github.com/gobuffalo/packr/v2/file
github.com/gobuffalo/packr/v2/file/resolver
github.com/gobuffalo/packr/v2/plog
github.com/markbates/oncer
github.com/pkg/errorsPackage errors provides simple error handling primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.