blob: e367f39317a08990d73a917bf37580ab0831049c [file] [log] [blame]
// +build appengine
package fwd
func unsafestr(s string) []byte { return []byte(s) }