While testing Go 1.23 rc1 in * https://github.com/Homebrew/homebrew-core/pull/175310 there was an error: ```` go: downloading github.com/tsosunchia/powclient v0.1.5 # github.com/nxtrace/NTrace-core link: github.com/nxtrace/NTrace-core/trace/internal: invalid reference to net.internetSocket ```` Go 1.23 no longer allows `//go:linkname * net.*` link instructioins, see * https://tip.golang.org/doc/go1.23#linker * https://github.com/golang/go/issues/67401 It is used several times in this module, see: https://github.com/nxtrace/NTrace-core/blob/c1cd80232a2cb6a4ac151fa2188c31c2b59d1e60/trace/internal/icmp_darwin.go#L14-L18