YTSFlix_Go/vendor/github.com/philhofer/fwd/writer_appengine.go
2018-11-04 15:58:15 +01:00

6 lines
87 B
Go

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