bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/bmatcuk/doublestar/v4 | |
golang.org/x/exp/slices | Package slices defines various functions useful with slices of any type. |
io | Package io provides basic interfaces to I/O primitives. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |
zgo.at/errors | Package errors adds some useful error helpers. |
zgo.at/follow | |
zgo.at/zlog | Package zlog is a logging library. |
zgo.at/zstd/zstring | Package zstring implements functions for strings. |