func internal/stringslite.TrimSuffix
5 uses
	internal/stringslite (current package)
		strings.go#L136: func TrimSuffix(s, suffix string) string {
	embed
		embed.go#L264: 	if i < len(files) && stringslite.TrimSuffix(files[i].name, "/") == name {
	net
		conf.go#L339: 	hostname = stringslite.TrimSuffix(hostname, ".")
	os
		executable_procfs.go#L29: 	return stringslite.TrimSuffix(path, " (deleted)"), err
	strings
		strings.go#L1082: 	return stringslite.TrimSuffix(s, suffix)
|  | 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. |