summaryrefslogtreecommitdiff
path: root/src/go/doc/example.go
Commit message (Expand)AuthorAgeFilesLines
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* go/doc: remove unused top-level declarations from playable exampleJonathan Amsterdam2022-05-101-15/+120
* go/doc: move code from playExample to a separate functionJonathan Amsterdam2022-05-101-70/+75
* go/doc: remove brackets from receiver in example identifierJonathan Amsterdam2022-05-101-2/+19
* go/doc: group play example importsJonathan Amsterdam2022-05-101-12/+58
* all: gofmt main repoRuss Cox2022-04-111-4/+4
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* all: update terminology for fuzzingKatie Hockman2021-11-111-3/+3
* [dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman2021-05-171-1/+4
|\
| * go/doc: avoid panic on references to functions with no bodyNorman B. Lancaster2021-03-301-1/+4
* | [dev.fuzz] testing: add basic go command support for fuzzingKatie Hockman2020-12-041-8/+8
|/
* go/doc: support examples on methods from embedded unexported typesJonathan Amsterdam2020-08-211-1/+1
* go/doc: fix detection of whole file examplesGregory Petrosyan2020-04-151-3/+3
* src/go/doc: in Examples, check for len of params.List, not nilnessMichael Matloob2019-12-171-1/+1
* go/doc: ignore example functions with argumentsMichael Matloob2019-12-161-0/+3
* go/doc: add NewFromFiles with support for classifying examplesDmitri Shuralyov2019-11-121-5/+106
* cmd/go: avoid compiling most regexes at initDaniel Martí2019-02-271-2/+2
* go/doc: handle Examples with no bodyAgniva De Sarker2018-12-161-0/+3
* go/doc: disable playground for examples that use syscall/jsRichard Musiol2018-11-201-0/+5
* go/doc: inspect function signature for building playground examplesYury Smolsky2018-11-051-0/+12
* go/doc: skip examples with no bodyMuhammad Falak R Wani2018-10-091-0/+3
* doc.Example should not worry about unresolved blank identifiersMostyn Bramley-Moore2018-08-081-1/+1
* go/doc: do not treat methods as test functionsRoger Peppe2018-07-311-1/+1
* go/doc: make examples that depend on top-level decls playableHiroshi Ioka2018-06-271-30/+92
* go/*: use sort.Slice to simplify some codeDaniel Martí2017-09-121-7/+4
* testing: implement 'Unordered Output' in Examples.Brady Catherman2016-03-091-12/+18
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+355