func strings.CutSuffix
4 uses
strings (current package)
strings.go#L1289: func CutSuffix(s, suffix string) (before string, found bool) {
github.com/jackc/pgx/v5/pgtype
circle.go#L203: str, ok = strings.CutSuffix(str, ">")
go/ast
ast.go#L1135: if gen, ok := strings.CutSuffix(rest, " DO NOT EDIT."); ok {
net/http
pattern.go#L166: name, multi := strings.CutSuffix(name, "...")
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)