package intern
import "github.com/josharian/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.
Index ¶
Functions ¶
func Bytes ¶
Bytes returns b converted to a string, interned.
func String ¶
String returns s, interned.
Source Files ¶
- Version
- v1.0.0 (latest)
- Published
- Dec 14, 2019
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 11 months ago –
Tools for package owners.