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
./ipsock_test.go:223: not enough arguments in call to filterAddrList, got (func(IPAddr) bool, []IPAddr, func(IPAddr) Addr) want (func(IPAddr) bool, []IPAddr, func(IPAddr) Addr, string)
Please make them:
./ipsock_test.go:223: not enough arguments in call to filterAddrList
have (func(IPAddr) bool, []IPAddr, func(IPAddr) Addr)
want (func(IPAddr) bool, []IPAddr, func(IPAddr) Addr, string)
to match other similar error from the compiler. Note the use of "have" not "got", because then both prefixes are the same length (even in most variable width fonts), so that it is easier to visually diff the two.
Thanks.
The text was updated successfully, but these errors were encountered:
Getting errors like this:
Please make them:
to match other similar error from the compiler. Note the use of "have" not "got", because then both prefixes are the same length (even in most variable width fonts), so that it is easier to visually diff the two.
Thanks.
The text was updated successfully, but these errors were encountered: