go-tools

module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2023 License: BSD-2-Clause

README

Tools and Utility Packages for Go

This repository provides tools and utility packages that augment the standard library in (mostly) useful ways. It is intended to be functionally complete with no additional dependencies such that it may be imported into other projects without significant overhead.

Installation

To add a package as a dependency or upgrade to its latest version, issue:

$ go get github.com/sstallion/go-tools@latest

Documentation

Up-to-date documentation can be found on pkg.go.dev, or by issuing the go doc command after installation:

$ go doc -all github.com/sstallion/go-tools/<package>

Contributing

Pull requests are welcome! See CONTRIBUTING.md for more details.

License

Source code in this repository is licensed under a Simplified BSD License. See LICENSE for more details.

Directories

Path Synopsis
cmd
doxxer
Doxxer is a tool that generates documentation for command line applications.
Doxxer is a tool that generates documentation for command line applications.
Package command adds support for command processing to the standard flag package.
Package command adds support for command processing to the standard flag package.
Package generate provides functions for implementing generators.
Package generate provides functions for implementing generators.
Package util provides utility functions that augment the standard library in (mostly) useful ways.
Package util provides utility functions that augment the standard library in (mostly) useful ways.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL