func net.trimSpace
8 uses
net (current package)
nss.go#L85: line = trimSpace(removeComment(line))
nss.go#L93: db := string(trimSpace(line[:colon]))
nss.go#L96: srcs = trimSpace(srcs)
nss.go#L107: srcs = trimSpace(srcs[sp+1:])
parse.go#L255: func trimSpace(x []byte) []byte {
parse.go#L300: x = trimSpace(x)
parse.go#L306: if field := trimSpace(x[:sp]); len(field) > 0 {
parse.go#L311: x = trimSpace(x[sp+1:])
![]() |
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. |