On Fri, Jan 20, 2017 at 12:16 AM, Cholerae Hu <[email protected]> wrote: > I removed the alias "pri", and it works, thanks! > By the way, when go:linkname with runtime, why don't I need to import > "runtime" package explicitly?
The runtime package is always imported implicitly by every Go package (other than runtime and runtime/internal/*). Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
