File: writer_appengine.go

package info (click to toggle)
golang-github-philhofer-fwd 1.1.2%2Bgit20240916.20a13a1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
5
6
//go:build appengine
// +build appengine

package fwd

func unsafestr(s string) []byte { return []byte(s) }