From ac40fb44701c7a920310e18d22777196bdf8e581 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 18 Feb 2014 13:38:47 -0800 Subject: [PATCH] api: whitelist change to unicode.Version Unbreaks the build. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/65650043 --- api/except.txt | 1 + 1 file changed, 1 insertion(+) 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" -- 2.48.1