func go/build.cleanDecls
7 uses
go/build (current package)
build.go#L972: p.EmbedPatterns, p.EmbedPatternPos = cleanDecls(embedPos)
build.go#L973: p.TestEmbedPatterns, p.TestEmbedPatternPos = cleanDecls(testEmbedPos)
build.go#L974: p.XTestEmbedPatterns, p.XTestEmbedPatternPos = cleanDecls(xTestEmbedPos)
build.go#L976: p.Imports, p.ImportPos = cleanDecls(importPos)
build.go#L977: p.TestImports, p.TestImportPos = cleanDecls(testImportPos)
build.go#L978: p.XTestImports, p.XTestImportPos = cleanDecls(xTestImportPos)
build.go#L1439: func cleanDecls(m map[string][]token.Position) ([]string, map[string][]token.Position) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |