go/src/pkg/mime/multipart
Rob Pike abe384f68a all: be more idiomatic when documenting boolean return values.
Phrases like "returns whether or not the image is opaque" could be
describing what the function does (it always returns, regardless of
the opacity) or what it returns (a boolean indicating the opacity).
Even when the "or not" is missing, the phrasing is bizarre.

Go with "reports whether", which is still clunky but at least makes
it clear we're talking about the return value.

These were edited by hand. A few were cleaned up in other ways.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/11699043
2013-07-23 11:59:49 +10:00
..
testdata all: remove exec bit on files 2013-01-18 02:41:17 +08:00
formdata.go
formdata_test.go
multipart.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
multipart_test.go mime/multipart: transparently decode quoted-printable transfer encoding 2012-11-19 19:50:19 -08:00
quotedprintable.go mime/multipart: don't strip leading space/tab in quoted-printable decoding 2013-04-17 20:04:58 -07:00
quotedprintable_test.go mime/multipart: don't strip leading space/tab in quoted-printable decoding 2013-04-17 20:04:58 -07:00
writer.go mime/multipart: allow setting the Writer boundary 2012-12-10 16:30:42 -05:00
writer_test.go mime/multipart: allow setting the Writer boundary 2012-12-10 16:30:42 -05:00