bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/gogen | |
github.com/gobuffalo/packr/v2/file/resolver | |
github.com/gobuffalo/packr/v2/plog | |
github.com/karrick/godirwalk | Package godirwalk provides functions to read and traverse directory trees. |
github.com/markbates/oncer | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/build | Package build gathers information about Go packages. |
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. |
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. |
time | Package time provides functionality for measuring and displaying time. |