1// +build appengine
2
3package fwd
4
5func unsafestr(s string) []byte { return []byte(s) }
6