traefik/vendor/github.com/philhofer/fwd/writer_appengine.go
2018-06-28 18:40:04 +02:00

6 lines
87 B
Go

// +build appengine
package fwd
func unsafestr(s string) []byte { return []byte(s) }