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
/
testing
/
example.go
Age
Commit message (
Expand
)
Author
2025-03-05
testing: modify got,want equal comparison for unordered example output
Jes Cok
2024-11-13
testing: replace CRLF by LF on windows before comparing to the expected output
Constantin Konstantinidis
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2023-07-21
testing: enforce -skip in example tests
Mauri de Souza Meneguzzo
2023-04-20
std: fix various nilness findings
Alan Donovan
2022-10-26
testing: fix many test2json inaccuracies
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-09-01
testing: fail Example tests that invoke runtime.Goexit
Changkun Ou
2019-12-10
testing: use conventional comments for exported internal funcs & structs
vovapi
2019-03-11
testing: enable examples on js/wasm with non os.Pipe runExample
Emmanuel T Odeke
2018-03-26
all: use strings.Builder instead of bytes.Buffer where appropriate
Brad Fitzpatrick
2017-09-06
testing: use time.Since instead of time.Now().Sub
Daniel MartÃ
2016-10-19
cmd/go, testing: indicate when no tests are run
Caio Marcelo de Oliveira Filho
2016-03-09
testing: implement 'Unordered Output' in Examples.
Brady Catherman
2015-05-08
testing: make the output of -v more uniform and aligned when using fixed-widt...
Rob Pike
2014-12-20
testing: style change: omit unnecessary new
Ian Lance Taylor
2014-09-08
build: move package sources from src/pkg to src
Russ Cox