func strings.TrimSpace
5 uses
strings (current package)
strings.go#L1039: func TrimSpace(s string) string {
mime
mediatype.go#L141: mediatype = strings.TrimSpace(strings.ToLower(base))
mediatype.go#L163: if strings.TrimSpace(rest) == ";" {
vendor/golang.org/x/net/http/httpproxy
proxy.go#L190: addr = strings.ToLower(strings.TrimSpace(host))
proxy.go#L216: p = strings.ToLower(strings.TrimSpace(p))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |