You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while clone with github this type of error shows
gocode/src/github.com/google/gopacket/pcap/pcap_unix.go:486:8: error: incompatible types in assignment
p.cur = p.cur.next
gocode/src/github.com/google/gopacket/pcap/pcap_unix.go:486:8: error: incompatible types in assignment
p.cur = p.cur.next
^
gocode/src/github.com/google/gopacket/pcap/pcap_unix.go:507:33: error: incompatible type for field 1 in struct construction
return pcapAddresses{all: p.cur.addresses}
^
The text was updated successfully, but these errors were encountered:
while clone with github this type of error shows
gocode/src/github.com/google/gopacket/pcap/pcap_unix.go:486:8: error: incompatible types in assignment
p.cur = p.cur.next
gocode/src/github.com/google/gopacket/pcap/pcap_unix.go:486:8: error: incompatible types in assignment
p.cur = p.cur.next
^
gocode/src/github.com/google/gopacket/pcap/pcap_unix.go:507:33: error: incompatible type for field 1 in struct construction
return pcapAddresses{all: p.cur.addresses}
^
The text was updated successfully, but these errors were encountered: