aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/doc/dirs.go
AgeCommit message (Expand)Author
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2019-11-06cmd/doc: understand vendor directories in module modeBryan C. Mills
2019-10-10cmd/go: forbid module pattern 'all' when outside a moduleJay Conrod
2018-11-29cmd/doc: treat any non-empty GOMOD as module modeBryan C. Mills
2018-08-01cmd/doc: adapt directory search for modulesRuss Cox
2018-05-01cmd/doc: skip directories like other go toolsDaniel Martí
2018-04-17Revert "cmd/doc: skip directories like other go tools"Elias Naur
2018-04-14cmd/doc: skip directories like other go toolsDaniel Martí
2018-03-21cmd/doc: use empty GOPATH when running the testsDaniel Martí
2016-10-24cmd/doc: continue searching after error reading directoryQuentin Smith
2015-12-10cmd/doc: search the tree in breadth-first orderRob Pike
2015-09-24cmd/doc: don't stop after first package if the symbol is not foundRob Pike