writer_appengine.go 87 B

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