bosun-monitor / snmp

SNMP implementation for Go
http://godoc.org/github.com/masiulaniec/snmp
6 stars 2 forks source link

Support a basic snmp v1 for Walk() and Get() #2

Open giganteous opened 9 years ago

giganteous commented 9 years ago

Inspired by Dave Cheneys blog about keeping the API stable, I've added an optional argument where you can supply function-options.

It does take an extra invocation (first setup a new SNMP object, then using Walk or Get on it).

I'm still learning the ropes in Go, so I'm open to learn.

giganteous commented 9 years ago

I should say something like "Fixes #1" somewhere.