import "github.com/apache/beam/sdks/go/pkg/beam/core/util/stringx"
Package stringx contains utilities for working with strings. It complements the standard "strings" package.
AnyValue returns a value of a map[string]string. Panics if the map is empty.
FromBytes converts a byte slice to a string.
Keys returns the domain of a map[string]string.
SingleValue returns the single value of a map[string]string. Panics if the map does not contain exactly one value.
ToBytes converts a string to a byte slice.
Values returns the values of a map[string]string.
Package stringx is imported by 3 packages. Updated 2018-08-15. Refresh now. Tools for package owners.