Commit graph

5 commits

Author SHA1 Message Date
subham sarkar 5b05e977f4
Use go build instead of go get (#126)
With the migration to Go Modules, one should avoid the use of the "go get".
2020-09-22 16:29:48 -07:00
Boyan Soubachov f94ebb5224 Fixed /proc/net/snmp parsing bug (#97)
* Fixed /proc/net/snmp parsing bug

* Fixed a bug when parsing /proc/net/snmp for Linux machines
* Removed unused, commented code
* Changed error messages to Go best practices (wrapping-friendly)

* * Upgrade Dockerfile
* Upgrade to Go 1.13
2019-09-30 05:43:51 -07:00
HamidReza Koushki b1baba1892 Using go module instead of dep (#83) 2019-02-22 15:27:28 -08:00
Pankaj Garg a7e88d8313
Change Ethr -> ethr (#52) 2018-12-18 07:56:21 -08:00
Piotr Zarycki 3ba5f159fb add docker support (#51)
* add support for Docker

* Update README.md

* Update README.md
2018-12-18 04:01:06 -08:00