- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TrimString (1.43 sec)
-
internal/logger/logger.go
trimStrings = append(trimStrings, filepath.Join("github.com", "minio", "minio")+string(filepath.Separator)) } func trimTrace(f string) string { for _, trimString := range trimStrings { f = strings.TrimPrefix(filepath.ToSlash(f), filepath.ToSlash(trimString)) } return filepath.FromSlash(f) } func getSource(level int) string { pc, file, lineNumber, ok := runtime.Caller(level) if ok {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12.4K bytes - Viewed (0) -
api/go1.1.txt
pkg net/rpc, const DefaultDebugPath = "/debug/rpc" pkg net/rpc, const DefaultRPCPath = "/_goRPC_" pkg net/smtp, method (*Client) Hello(string) error pkg net/textproto, func TrimBytes([]uint8) []uint8 pkg net/textproto, func TrimString(string) string pkg os (darwin-386), const DevNull = "/dev/null" pkg os (darwin-386), const O_APPEND = 8 pkg os (darwin-386), const O_CREATE = 512 pkg os (darwin-386), const O_EXCL = 2048
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)