]> Cypherpunks repositories - gostls13.git/commit
flag: update comment to refer to Output, not out
authorIan Lance Taylor <iant@golang.org>
Thu, 27 Feb 2020 19:11:48 +0000 (11:11 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 27 Feb 2020 23:20:01 +0000 (23:20 +0000)
commit117826903a526c4d31c628f1a302c1d4799c1666
treecbdca1974ff058d75f6c420fb5ab587c6e11e0ed
parent7340e5a1e86311302c6fcc3a86afe7ff9cbf5e49
flag: update comment to refer to Output, not out

The out method was renamed to Output in CL 70391 for #17628 and #21888.

Fixes #37514

Change-Id: I99be47b5030ccbbf10a056df9fcc3c97cb99b015
Reviewed-on: https://go-review.googlesource.com/c/go/+/221383
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/flag/flag.go