mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-12-27 07:45:40 +00:00
d16645c952
* Update mattermost library * Fix linting
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) }
|