2024-05-24 01:57:01 +02:00

7 lines
108 B
Go

//go:build appengine
// +build appengine
package fwd
func unsafestr(s string) []byte { return []byte(s) }