summaryrefslogtreecommitdiff
path: root/src/go/doc/example.go
Commit message (Expand)AuthorAgeFilesLines
* 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