matterbridge/vendor/github.com/philhofer/fwd/writer_appengine.go

7 lines
108 B
Go
Raw Permalink Normal View History

//go:build appengine
2020-10-19 14:40:00 -07:00
// +build appengine
package fwd
func unsafestr(s string) []byte { return []byte(s) }