]> Cypherpunks repositories - gostls13.git/commit
api: add exception for os.ModeType value
authorJoe Tsai <joetsai@digital-static.net>
Fri, 30 Mar 2018 01:48:33 +0000 (18:48 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 30 Mar 2018 03:31:14 +0000 (03:31 +0000)
commit5cf3b523080ea35a5148c3dc6c8a701305f1f875
treef96184a6a783ef46e673c4251f0f554cd1357482
parentb8620afb8d17a2b884f20535ccbc21b192b75b3a
api: add exception for os.ModeType value

The ModeType constant is a bit-wise OR of several other values.
It is reasonable for this to change without breaking compatibility.

This fixes the failures introduced by https://golang.org/cl/103597

Change-Id: I817e351cf3d1e0115dce665c8efbce21bc36426c
Reviewed-on: https://go-review.googlesource.com/103616
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
api/except.txt