mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
6 lines
87 B
Go
6 lines
87 B
Go
// +build appengine
|
|
|
|
package fwd
|
|
|
|
func unsafestr(s string) []byte { return []byte(s) }
|