Open YdayangY opened 11 months ago
I am new here. When i use go install github.com/google/gopacket@latest, the terminal say package github.com/google/gopacket is not a main package. What should i do?
package github.com/google/gopacket is not a main package
Just right now, i try go mod tidy in my project, it's ok. Maybe it was caused by bad network.By the way,if this situation back again, what can i do?
go mod tidy
I am new here. When i use go install github.com/google/gopacket@latest, the terminal say
package github.com/google/gopacket is not a main package
. What should i do?