commit | 14e52c74bc7492098ea630bc84514fb427ef8bd9 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Mon Jun 17 07:30:04 2013 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Jun 17 07:30:04 2013 -0700 |
tree | 9f6160820135ddb1cc437731a3fb031353ef8ea2 | |
parent | d660688f14baf29a84d1d7cbeea9eae92c15c60f [diff] |
crypto/cipher: StreamWriter.Closer docs + behavior change Don't panic when the underlying Writer isn't a Closer. And document what Close does and clarify that it's not a Flush. R=golang-dev, agl CC=golang-dev https://golang.org/cl/10310043