https://github.com/sstallion/go-tools
Tools and Utility Packages for Go
https://github.com/sstallion/go-tools
documentation golang tools utilities
Last synced: 8 months ago
JSON representation
Tools and Utility Packages for Go
- Host: GitHub
- URL: https://github.com/sstallion/go-tools
- Owner: sstallion
- License: bsd-2-clause
- Created: 2023-01-19T05:40:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T05:45:02.000Z (over 3 years ago)
- Last Synced: 2024-12-27T08:09:24.506Z (over 1 year ago)
- Topics: documentation, golang, tools, utilities
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools and Utility Packages for Go
[][1]
[][2]
[][3]
[][4]
[][5]
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][2], or by issuing the `go
doc` command after installation:
$ go doc -all github.com/sstallion/go-tools/
## Contributing
Pull requests are welcome! See [CONTRIBUTING.md][6] for more details.
## License
Source code in this repository is licensed under a Simplified BSD License. See
[LICENSE][5] for more details.
[1]: https://github.com/sstallion/go-tools/actions/workflows/ci.yml
[2]: https://pkg.go.dev/github.com/sstallion/go-tools
[3]: https://goreportcard.com/report/github.com/sstallion/go-tools
[4]: https://github.com/sstallion/go-tools/releases/latest
[5]: https://github.com/sstallion/go-tools/blob/master/LICENSE
[6]: https://github.com/sstallion/go-tools/blob/master/CONTRIBUTING.md