From 075a84427f6332aab707d283ad770d69f8816032 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 19 Oct 2020 23:40:00 +0200 Subject: Update vendor (#1265) --- vendor/github.com/philhofer/fwd/writer_appengine.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/github.com/philhofer/fwd/writer_appengine.go (limited to 'vendor/github.com/philhofer/fwd/writer_appengine.go') 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) } -- cgit v1.2.3