MailHog/vendor/github.com/philhofer/fwd/writer_appengine.go
2016-08-10 07:56:48 +01:00

5 lines
87 B
Go

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