Files
opencloud/vendor/github.com/philhofer/fwd/writer_appengine.go
André Duffeck 888d0c8d99 Bump reva
2025-06-05 15:23:58 +02:00

7 lines
108 B
Go

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