From: Brad Fitzpatrick Date: Tue, 18 Feb 2014 21:38:47 +0000 (-0800) Subject: api: whitelist change to unicode.Version X-Git-Tag: go1.3beta1~667 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ac40fb44701c7a920310e18d22777196bdf8e581;p=gostls13.git api: whitelist change to unicode.Version Unbreaks the build. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/65650043 --- diff --git a/api/except.txt b/api/except.txt index 8bec65f1e0..40bb59891c 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"