google/gopacket

Cannot find *pcapgo.EthernetHandle

zr-hebo opened this issue · 0 comments

When use go mod, module cannot use some struct, such as *pcapgo.EthernetHandle. I found "// +build linux,go1.9" in gopacket/capture.go(my go version is 1.12). Is sub module cannot be used if go version is not 1.9?