Files
lti-api/vendor/github.com/philhofer/fwd/writer_appengine.go
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

7 lines
108 B
Go

//go:build appengine
// +build appengine
package fwd
func unsafestr(s string) []byte { return []byte(s) }