From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20131202225220.GA11998@dinah> References: <7ae72d180fdae73e741ff98b0192b583@proxima.alt.za> <80bad6333ec4976e8c89570f0918b298@coraid.com> <20131202225220.GA11998@dinah> Date: Mon, 2 Dec 2013 23:20:11 -0700 Message-ID: From: andrey mirtchovski To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Go and 21-bit runes (and a bit of Go status) Topicbox-Message-UUID: 8f82c916-ead8-11e9-9d60-3106f5b1d025 > For example, I've seen many examples of code that calls certain > functions in the syscall package and just assumes that, e.g., > Getrusage is defined everywhere. This is even present in the > new Go Performance Dashboard code (written by the Go team). not anymore. the getrusage code was split to _unix.go just now.