Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/v18.03.0-ce
/
.
/
vendor
/
github.com
/
philhofer
/
fwd
/
writer_appengine.go
blob: e367f39317a08990d73a917bf37580ab0831049c [
file
] [
log
] [
blame
]
// +build appengine
package fwd
func unsafestr(s string) []byte { return []byte(s) }