Remove platform specific structure definitions (#10935)

Instead of having less/more fields inside a structure depending on the
platform (non-linux/linux), it would be better to have the same standard
definition in all platforms, and certain fields of the structure to be
populated or left unpopulated depending on the platform.
This commit is contained in:
Shireesh Anjal
2020-11-21 23:11:33 +05:30
committed by GitHub
parent 692ff41ef7
commit 14a7ae8586
5 changed files with 23 additions and 72 deletions

2
go.mod
View File

@@ -69,7 +69,7 @@ require (
github.com/rjeczalik/notify v0.9.2
github.com/rs/cors v1.7.0
github.com/secure-io/sio-go v0.3.0
github.com/shirou/gopsutil v2.20.3-0.20200314133625-53cec6b37e6a+incompatible
github.com/shirou/gopsutil v2.20.9+incompatible
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
github.com/tidwall/gjson v1.3.5