DEBSOURCES
Skip Quicknav
sources / golang-github-philhofer-fwd / 1.1.2%2Bgit20240916.20a13a1-1 / writer_appengine.go
123456
//go:build appengine // +build appengine package fwd func unsafestr(s string) []byte { return []byte(s) }