...
Package intern
Package intern interns strings.
Interning is best effort only.
Interned strings may be removed automatically
at any time without notification.
All functions may be called concurrently
with themselves and each other.
func Bytes(b []byte) string
Bytes returns b converted to a string, interned.
func String(s string) string
String returns s, interned.