bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/md5 | Package md5 implements the MD5 hash algorithm as defined in RFC 1321. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/gobuffalo/genny | Package genny is a _framework_ for writing modular generators, it however, doesn't actually generate anything. |
github.com/gobuffalo/genny/movinglater/gotools | |
github.com/gobuffalo/packr/v2/file/resolver/encoding/hex | Package hex implements hexadecimal encoding and decoding. |
github.com/gobuffalo/packr/v2/jam/parser | |
github.com/gobuffalo/packr/v2/plog | |
github.com/karrick/godirwalk | Package godirwalk provides functions to read and traverse directory trees. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go/build | Package build gathers information about Go packages. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |