func strings.TrimSpace
11 uses
strings (current package)
strings.go#L867: func TrimSpace(s string) string {
mime
mediatype.go#L145: mediatype = strings.TrimSpace(strings.ToLower(v[0:i]))
mediatype.go#L167: if strings.TrimSpace(rest) == ";" {
src.elv.sh/pkg/eval/mods/str
str.go#L600: "trim-space": strings.TrimSpace,
src.elv.sh/pkg/shell
interact.go#L103: if strings.TrimSpace(line) == "" {
src.elv.sh/pkg/ui
text_segment.go#L50: return fmt.Sprintf("(ui:text-segment %s %s)", s.Text, strings.TrimSpace(buf.String()))
testing
example.go#L71: got := strings.TrimSpace(stdout)
example.go#L72: want := strings.TrimSpace(eg.Output)
testing.go#L1714: val = strings.TrimSpace(val)
vendor/golang.org/x/net/http/httpproxy
proxy.go#L191: addr = strings.ToLower(strings.TrimSpace(host))
proxy.go#L217: p = strings.ToLower(strings.TrimSpace(p))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)