bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/djherbis/atime | |
github.com/fsnotify/fsnotify | Package fsnotify provides a cross-platform interface for file system notifications. |
github.com/matryer/try | |
github.com/tdewolff/argp | |
github.com/tdewolff/minify/v2 | Package minify relates MIME type to minifiers. |
github.com/tdewolff/minify/v2/css | Package css minifies CSS3 following the specifications at http://www.w3.org/TR/css-syntax-3/. |
github.com/tdewolff/minify/v2/html | Package html minifies HTML5 following the specifications at http://www.w3.org/TR/html5/syntax.html. |
github.com/tdewolff/minify/v2/js | Package js minifies ECMAScript 2021 following the language specification at https://tc39.es/ecma262/. |
github.com/tdewolff/minify/v2/json | Package json minifies JSON following the specifications at http://json.org/. |
github.com/tdewolff/minify/v2/svg | Package svg minifies SVG1.1 following the specifications at http://www.w3.org/TR/SVG11/. |
github.com/tdewolff/minify/v2/xml | Package xml minifies XML1.0 following the specifications at http://www.w3.org/TR/xml/. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
math | Package math provides basic constants and mathematical functions. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |