2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-11 01:10:38 +00:00
matterbridge/vendor/github.com/philhofer/fwd/writer_appengine.go
2020-10-19 23:40:00 +02:00

6 lines
87 B
Go

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