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