22 lines
468 B
Markdown
22 lines
468 B
Markdown
# x
|
|
A collection of idiomatic Go utility packages for common programming tasks.
|
|
|
|
[](git.sdf.org/jchenry/x)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
go get git.sdf.org/jchenry/x
|
|
```
|
|
|
|
## Contributing
|
|
|
|
PRs accepted. Please ensure:
|
|
- Tests pass with `go test -race ./...`
|
|
- Code is formatted with `gofmt`
|
|
- New code includes tests and GoDoc comments
|
|
|
|
## License
|
|
|
|
MIT © Colin Henry et al.
|