commit | 3b5209105503162ded1863c307ac66fec31120dd | [log] [tgz] |
---|---|---|
author | Josh Bleecher Snyder <josharian@gmail.com> | Sat Feb 09 09:16:25 2019 -0800 |
committer | Josh Bleecher Snyder <josharian@gmail.com> | Sat Feb 09 17:36:11 2019 +0000 |
tree | 4f39f82b2a6fca6d6b3ce920bd02bb3cd59965de | |
parent | f54c5e0abf2516b8365d0eddadab075737dd2e1f [diff] |
unix: add ClockGettime on darwin/amd64 Updates golang/go#25633 Change-Id: I20ff2d0cda642fb7b155d3ae06499e8c0ef0a2b2 Reviewed-on: https://go-review.googlesource.com/c/161721 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.