File: writer_appengine.go

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

package fwd

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