Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sdks/go/pkg/beam/core/util/stringx/bytes.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

// Package stringx contains utilities for working with strings. It
// complements the standard "strings" package.
//
// Deprecated: the utilities in this package are unused within the code base
// and will be removed in a future Beam release.
package stringx

// ToBytes converts a string to a byte slice.
Expand Down