var pool … // String returns s, interned. func String(s string) string { … } // Bytes returns b converted to a string, interned. func Bytes(b []byte) string { … }
var pool … // String returns s, interned. func String(s string) string { … } // Bytes returns b converted to a string, interned. func Bytes(b []byte) string { … }