-
Brad Fitzpatrick authored
It mentioned true and false for error values. Instead, just don't mention the error semantics, as they match normal Go conventions (if error is non-nil, the other value is meaningless). We generally only document error values when they're interesting (where non-nil, non-nil is valid, or the error value can be certain known values or types). Fixes #7464 LGTM=agl R=agl CC=golang-codereviews https://golang.org/cl/68440044
c7157bf4
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
benchmark_test.go | ||
cbc.go | ||
cbc_aes_test.go | ||
cfb.go | ||
cfb_test.go | ||
cipher.go | ||
cipher_test.go | ||
common_test.go | ||
ctr.go | ||
ctr_aes_test.go | ||
example_test.go | ||
gcm.go | ||
gcm_test.go | ||
io.go | ||
ofb.go | ||
ofb_test.go | ||
xor.go | ||
xor_test.go |