...

Package intern

import "github.com/josharian/intern"
Overview
Index

Overview ▾

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

func Bytes(b []byte) string

Bytes returns b converted to a string, interned.

func String

func String(s string) string

String returns s, interned.