Files
lti-api/vendor/github.com/philhofer/fwd/writer_appengine.go
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +07:00

7 lines
108 B
Go

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