diff options
Diffstat (limited to 'vendor/github.com/philhofer/fwd/writer_appengine.go')
-rw-r--r-- | vendor/github.com/philhofer/fwd/writer_appengine.go | 5 |
1 files changed, 5 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 00000000..e367f393 --- /dev/null +++ b/vendor/github.com/philhofer/fwd/writer_appengine.go @@ -0,0 +1,5 @@ +// +build appengine + +package fwd + +func unsafestr(s string) []byte { return []byte(s) } |