Closed soullivaneuh closed 8 years ago
I'm not a Golang expert, but I think packages can be release.
Could be possible for you?
One go get rrda command would be nicer, isn't it? :-)
go get rrda
If you are only interested about the binary, then this should work: go get github.com/fcambus/rrda.
go get github.com/fcambus/rrda
This works like a charm, thanks!
Just wondering: Can we get a specific version with this method?
I'm not a Golang expert, but I think packages can be release.
Could be possible for you?
One
go get rrda
command would be nicer, isn't it? :-)