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, 0 insertions, 6 deletions
diff --git a/vendor/github.com/philhofer/fwd/writer_appengine.go b/vendor/github.com/philhofer/fwd/writer_appengine.go
deleted file mode 100644
index a978e3b6a..000000000
--- a/vendor/github.com/philhofer/fwd/writer_appengine.go
+++ /dev/null
@@ -1,6 +0,0 @@
-//go:build appengine
-// +build appengine
-
-package fwd
-
-func unsafestr(s string) []byte { return []byte(s) }