directory
0.0.0-20190912100236-53e5711c875d
Repository: https://github.com/tsaikd/tools.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package fastwalk provides a faster version of filepath.Walk for file system scanning tools.
Package gopathwalk is like filepath.Walk but specialized for finding Go packages, particularly in $GOPATH and $GOROOT.
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec.
No description provided by the author
Package memoize supports memoizing the return values of functions with idempotent results that are expensive to compute.
Package module defines the module.Version type along with support code.
Package semver implements comparison of semantic version strings.
No description provided by the author
Package telemetry provides an opinionated set of packages that cover the main concepts of telemetry in an implementation agnostic way.
Package tool is an opinionated harness for writing Go tools.
Package txtar implements a trivial text-based file archive format.
Package xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package.