intern – github.com/josharian/intern Index | Files

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

func Bytes(b []byte) string

Bytes returns b converted to a string, interned.

func String

func String(s string) string

String returns s, interned.

Source Files

intern.go

Version
v1.0.0 (latest)
Published
Dec 14, 2019
Platform
darwin/amd64
Imports
1 packages
Last checked
11 months ago

Tools for package owners.