File: writer_appengine.go

package info (click to toggle)
golang-github-philhofer-fwd 0.0~git20151005.0.8fd9a4b-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 104 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (3)
1
2
3
4
5
// +build appengine

package fwd

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