mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-19 05:21:03 +01:00
added
This commit is contained in:
6
vendor/github.com/philhofer/fwd/writer_appengine.go
generated
vendored
Normal file
6
vendor/github.com/philhofer/fwd/writer_appengine.go
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build appengine
|
||||
// +build appengine
|
||||
|
||||
package fwd
|
||||
|
||||
func unsafestr(s string) []byte { return []byte(s) }
|
||||
Reference in New Issue
Block a user