Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 956 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 956 Bytes

GoDoc

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make sure golint and go vet run successfully.
  4. go fmt your code!
  5. Commit your changes (git commit -am "Add some feature")
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request

License

MIT