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
Age
Commit message (
Expand
)
Author
2025-02-28
flag: replace interface{} -> any for textValue.Get method
Jes Cok
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2024-07-22
flag: handle nil os.Args when setting CommandLine at package level
Darren
2024-07-15
flag: add FlagSet example
Miki Tebeka
2024-05-07
flag: replace sort.Slice with slices.SortFunc
aimuz
2023-10-18
flag: add available godoc link
cui fliter
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-10-26
flag: clarify that the main func at pkg.go.dev is part of a testing suite
Zeke Lu
2022-10-17
flag: remove "// BUG" comment
Zamicol
2022-09-19
flag: test IsBoolFlag when creating the usage message
Rob Pike
2022-09-06
flag: use strings.Builder
cuiweixie
2022-07-01
flag: highlight support for double dashes in docs
Sebastian Gassner
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
flag: recover panic when calling String on zero value in PrintDefaults
Andrew Gerrand
2022-03-15
all: untab /* */ doc comments
Russ Cox
2022-03-10
flag: add TextVar function
Joe Tsai
2022-03-07
flag: make tests silent
Daniel Martí
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-04-05
flag: use strings.Builder instead of concatenating strings
James Fennell
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
2020-03-03
flag: changed flag variable name in package doc, for clarity
yuz
2020-02-27
flag: update comment to refer to Output, not out
Ian Lance Taylor
2019-11-11
flag: clarify that a flag cannot be re-defined
Agniva De Sarker
2019-03-31
cmd/go: further reduce init work
Daniel Martí
2019-01-21
flag: improve docs for PrintDefaults; clarify how to change output destination
Aaron Cannon
2018-10-19
flag: return a consistent parse error if the flag value is invalid
Rob Pike
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-06-21
flag: add a Value example
Terin Stock
2018-06-14
flag: fix headers in documentation, again
Dominik Honnef
2018-06-07
flag: removed the colon after "Usage" in the documentation
hellozee
2018-04-01
flag: correct zero values when printing defaults
jimmyfrasche
2018-03-28
flag: document use of FlagSet name parameter
Ian Lance Taylor
2017-12-06
flag: clarify comment to avoid shell syntax confusion
Ian Lance Taylor
2017-10-31
flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).Output
Tim Cooper
2017-10-17
flag: simplify switch-case in isZeroValue
Gabriel Aszalos
2017-09-28
flag: align multi-line usage strings
Tim Cooper
2017-09-05
flag: simplify arg logic in parseOne
alexpantyukhin
2017-08-29
flag: document that custom usage functions are free to call os.Exit
Rob Pike
2017-08-26
all: remove some double spaces from comments
Daniel Martí
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-10-26
flag: arrange for FlagSet.Usage to be non-nil by default
Russ Cox
2016-09-10
flag: use strconv instead of fmt in values' String funcs
bogem
[next]