forked from lug/matterbridge
Update vendor
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// +build appengine
|
||||
|
||||
package fasttemplate
|
||||
|
||||
func unsafeBytes2String(b []byte) string {
|
||||
return string(b)
|
||||
}
|
||||
|
||||
func unsafeString2Bytes(s string) []byte {
|
||||
return []byte(s)
|
||||
}
|
||||
Reference in New Issue
Block a user