summaryrefslogtreecommitdiff
path: root/vendor/github.com/philhofer/fwd/writer_appengine.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/philhofer/fwd/writer_appengine.go')
-rw-r--r--vendor/github.com/philhofer/fwd/writer_appengine.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/philhofer/fwd/writer_appengine.go b/vendor/github.com/philhofer/fwd/writer_appengine.go
new file mode 100644
index 000000000..a978e3b6a
--- /dev/null
+++ b/vendor/github.com/philhofer/fwd/writer_appengine.go
@@ -0,0 +1,6 @@
+//go:build appengine
+// +build appengine
+
+package fwd
+
+func unsafestr(s string) []byte { return []byte(s) }