]> Cypherpunks repositories - gostls13.git/commit
flag: add Func
authorCarl Johnson <me@carlmjohnson.net>
Thu, 27 Aug 2020 13:08:44 +0000 (13:08 +0000)
committerRuss Cox <rsc@golang.org>
Wed, 16 Sep 2020 17:13:14 +0000 (17:13 +0000)
commit16328513bfb12d96e8f33fc37f816e1441027135
tree32fe3b213dc916fcb00f2d7454c4370a4f2806ca
parent2ae2a94857cb17a98a86a8332d6f76863982bf59
flag: add Func

Fixes #39557

Change-Id: Ida578f7484335e8c6bf927255f75377eda63b563
GitHub-Last-Rev: b97294f7669c24011e5b093179d65636512a84cd
GitHub-Pull-Request: golang/go#39880
Reviewed-on: https://go-review.googlesource.com/c/go/+/240014
Reviewed-by: Russ Cox <rsc@golang.org>
Trust: Ian Lance Taylor <iant@golang.org>
src/flag/example_func_test.go [new file with mode: 0644]
src/flag/flag.go
src/flag/flag_test.go