aboutsummaryrefslogtreecommitdiff
path: root/src/testing/example.go
AgeCommit message (Expand)Author
2020-09-01testing: fail Example tests that invoke runtime.GoexitChangkun Ou
2019-12-10testing: use conventional comments for exported internal funcs & structsvovapi
2019-03-11testing: enable examples on js/wasm with non os.Pipe runExampleEmmanuel T Odeke
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-09-06testing: use time.Since instead of time.Now().SubDaniel Martí
2016-10-19cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho
2016-03-09testing: implement 'Unordered Output' in Examples.Brady Catherman
2015-05-08testing: make the output of -v more uniform and aligned when using fixed-widt...Rob Pike
2014-12-20testing: style change: omit unnecessary newIan Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox