]> Cypherpunks repositories - gostls13.git/commit
flag: add a little more doc comment to Duration.
authorDavid Symonds <dsymonds@golang.org>
Sat, 28 Jun 2014 10:47:06 +0000 (20:47 +1000)
committerDavid Symonds <dsymonds@golang.org>
Sat, 28 Jun 2014 10:47:06 +0000 (20:47 +1000)
commitdd3856e1b0d9250f4625108b9979d09ab48175e4
treefe9655098f5e34e927d0d32d922778b87d022f12
parent8c8bf3cc760e3cb806d94e2bf9a58664b8953108
flag: add a little more doc comment to Duration.

The only text that describes the accepted format is in the package doc,
which is far away from these functions. The other flag types don't need
this explicitness because they are more obvious.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/101550043
src/pkg/flag/flag.go