/go.nut

A Golang library for interacting with NUT (Network UPS Tools)

Primary LanguageGoMIT LicenseMIT

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