diff options
author | Brad Fitzpatrick <bradfitz@golang.org> | 2014-02-18 13:38:47 -0800 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@golang.org> | 2014-02-18 13:38:47 -0800 |
commit | 7c30bccda17a8090600501a728438374cc319287 (patch) | |
tree | 76ba65cc061d18dea22357b82d3230e3308de2e8 | |
parent | a3935b6b951303bc2d97006f63db2f4b6a6b9a9f (diff) | |
download | go-7c30bccda17a8090600501a728438374cc319287.tar.gz |
api: whitelist change to unicode.Version
Unbreaks the build.
LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/65650043
-rw-r--r-- | api/except.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt index 8bec65f1e..40bb59891 100644 --- a/api/except.txt +++ b/api/except.txt @@ -318,3 +318,4 @@ pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_spare [3]uint32 pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [4]uint8 pkg syscall (openbsd-amd64-cgo), type Timespec struct, Pad_cgo_0 [4]uint8 pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int32 +pkg unicode, const Version = "6.2.0" |