mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-07 10:04:16 +01:00
7 lines
108 B
Go
7 lines
108 B
Go
//go:build appengine
|
|
// +build appengine
|
|
|
|
package fwd
|
|
|
|
func unsafestr(s string) []byte { return []byte(s) }
|