mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
8 lines
97 B
Go
8 lines
97 B
Go
|
// +build appengine
|
||
|
|
||
|
package internal
|
||
|
|
||
|
func BytesToString(b []byte) string {
|
||
|
return string(b)
|
||
|
}
|