summaryrefslogtreecommitdiff
path: root/src/testing/example.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* testing: fail Example tests that invoke runtime.GoexitChangkun Ou2020-09-011-3/+8
* testing: use conventional comments for exported internal funcs & structsvovapi2019-12-101-2/+2
* testing: enable examples on js/wasm with non os.Pipe runExampleEmmanuel T Odeke2019-03-111-61/+31
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-2/+1
* testing: use time.Since instead of time.Now().SubDaniel Martí2017-09-061-1/+1
* cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho2016-10-191-1/+9
* testing: implement 'Unordered Output' in Examples.Brady Catherman2016-03-091-5/+21
* testing: make the output of -v more uniform and aligned when using fixed-widt...Rob Pike2015-05-081-1/+1
* testing: style change: omit unnecessary newIan Lance Taylor2014-12-201-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+100