Imports of package resource

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/disintegration/imagingPackage imaging provides basic image processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.).
github.com/gobwas/glob
github.com/gohugoio/hugo/helpersPackage helpers implements general utility functions that work with and on content.
github.com/gohugoio/hugo/mediaPackage media contains Media Type (MIME type) related types and functions.
github.com/gohugoio/hugo/sourcePackage source contains the types and functions related to source files.
github.com/mitchellh/mapstructure
github.com/muesli/smartcropPackage smartcrop implements a content aware image cropping library based on Jonas Wagner's smartcrop.js https://github.com/jwagner/smartcrop.js
github.com/spf13/afero
github.com/spf13/castPackage cast provides easy and safe casting in Go.
golang.org/x/image/webpPackage webp implements a decoder for WEBP images.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/drawPackage draw provides image composition functions.
image/gifPackage gif implements a GIF image decoder and encoder.
image/jpegPackage jpeg implements a JPEG image decoder and encoder.
image/pngPackage png implements a PNG image decoder and encoder.
ioPackage io provides basic interfaces to I/O primitives.
mimePackage mime implements parts of the MIME spec.
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.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.