cakturk / go-netstat

A netstat implementation written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go get issues

lz-dc opened this issue · comments

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

macOS isn't supported.