var go/build.starSlash
6 uses
go/build (current package)
build.go#L1244: i := bytes.Index(data, starSlash)
build.go#L1269: starSlash = []byte("*/")
build.go#L1291: i := bytes.Index(data, starSlash)
build.go#L1460: bStarSlash = []byte(starSlash)
build.go#L1595: if i := bytes.Index(line, starSlash); i >= 0 {
build.go#L1597: line = bytes.TrimSpace(line[i+len(starSlash):])
![]() |
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. |