INNER CODE UNIT · Go

inboxSubstr

resgateio/resgate · nats/nats.go:335

func inboxSubstr(s string) string {
	l := len(s)
	if l <= 6 {
		return s
	}
	return s[l-6:]
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…