go.nut
go.nut is a Golang library for interacting with NUT (Network UPS Tools)
Getting started
import "github.com/robbiet480/go.nut"
Check out the examples in example_test.go
. For full documentation, see the Godocs.
Other resources
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Make sure
golint
andgo vet
run successfully. go fmt
your code!- Commit your changes (
git commit -am "Add some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request