cakturk / go-netstat

A netstat implementation written in Go
MIT License
237 stars 67 forks source link

go get issues #5

Closed lz-dc closed 5 years ago

lz-dc commented 5 years ago

Go get spits put the following errors: go get github.com/cakturk/go-netstat/netstat

github.com/cakturk/go-netstat/netstat

cakturk/go-netstat/netstat/netstat.go:42:9: undefined: skStates cakturk/go-netstat/netstat/netstat.go:55:9: undefined: osTCPSocks cakturk/go-netstat/netstat/netstat.go:61:9: undefined: osTCP6Socks cakturk/go-netstat/netstat/netstat.go:67:9: undefined: osUDPSocks cakturk/go-netstat/netstat/netstat.go:73:9: undefined: osUDP6Socks

lz-dc commented 5 years ago

macOS isn't supported.