func go/build.isIdent
5 uses
go/build (current package)
read.go#L42: func isIdent(c byte) bool {
read.go#L285: if isIdent(r.peekByte(false)) {
read.go#L294: if !isIdent(c) {
read.go#L298: for isIdent(r.peekByte(false)) {
read.go#L340: } else if isIdent(c) {
![]() |
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. |