mirror of
https://github.com/IBM/fp-go.git
synced 2025-06-23 00:27:49 +02:00
6 lines
68 B
Go
6 lines
68 B
Go
package bytes
|
|
|
|
func ToString(a []byte) string {
|
|
return string(a)
|
|
}
|