mirror of
https://github.com/42wim/matterbridge.git
synced 2025-01-05 06:59:06 -08:00
6 lines
87 B
Go
6 lines
87 B
Go
|
// +build appengine
|
||
|
|
||
|
package fwd
|
||
|
|
||
|
func unsafestr(s string) []byte { return []byte(s) }
|