index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flag
/
flag_test.go
Age
Commit message (
Expand
)
Author
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2024-05-07
flag: replace sort.Slice with slices.SortFunc
aimuz
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-04-21
flag: panic if a flag is defined after being set
Keith Randall
2023-03-16
flag: add BoolFunc; FlagSet.BoolFunc
Carl Johnson
2022-09-19
flag: test IsBoolFlag when creating the usage message
Rob Pike
2022-09-06
flag: use strings.Builder
cuiweixie
2022-04-01
flag: recover panic when calling String on zero value in PrintDefaults
Andrew Gerrand
2022-03-07
flag: make tests silent
Daniel MartÃ
2021-03-10
flag: panic if flag name begins with - or contains =
KimMachineGun
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-09-16
flag: add Func
Carl Johnson
2020-04-03
flag: fix TestExitCode on Plan 9
David du Colombier
2020-04-03
flag: exit 0 when -h or -help invoked but undefined
Shang Jian Ding
2018-10-19
flag: return a consistent parse error if the flag value is invalid
Rob Pike
2018-04-01
flag: correct zero values when printing defaults
jimmyfrasche
2017-10-31
flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).Output
Tim Cooper
2017-09-28
flag: align multi-line usage strings
Tim Cooper
2017-08-08
flag: make default Usage prefer CommandLine's output over just os.Stderr
Brad Fitzpatrick
2017-03-21
flag: validate Int and Uint values to be in range
Brad Fitzpatrick
2016-05-31
flag: recognize "0s" as the zero value for a flag.Duration
Ian Lance Taylor
2016-04-21
flag: update test case (fix build)
Robert Griesemer
2015-03-12
flag: use four spaces before tab, not three
Russ Cox
2015-03-12
flag: nicer usage messages
Rob Pike
2014-10-20
flag: roll back 156390043 (flag setting)
Rob Pike
2014-10-19
flag: disallow setting flags multiple times
Rob Pike
2014-09-26
flag: allow CommandLine's Usage function to be set
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox