mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-06 20:18:58 -06:00
7 lines
108 B
Go
7 lines
108 B
Go
//go:build appengine
|
|
// +build appengine
|
|
|
|
package fwd
|
|
|
|
func unsafestr(s string) []byte { return []byte(s) }
|