Malinskiy / go.nut

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

Home Page:https://godoc.org/github.com/robbiet480/go.nut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://godoc.org/github.com/robbiet480/go.nut

License:MIT License


Languages

Language:Go 100.0%