This commit is contained in:
2024-05-14 12:10:58 +02:00
parent a9bb79b01c
commit 59911aebb9
645 changed files with 263320 additions and 0 deletions

6
vendor/github.com/philhofer/fwd/writer_appengine.go generated vendored Normal file
View File

@@ -0,0 +1,6 @@
//go:build appengine
// +build appengine
package fwd
func unsafestr(s string) []byte { return []byte(s) }