2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-15 06:12:55 +00:00
matterbridge/vendor/github.com/philhofer/fwd/writer_appengine.go

6 lines
87 B
Go
Raw Normal View History

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