mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-21 05:45:44 +00: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) }
|