This file is indexed.

/usr/share/gocode/src/github.com/philhofer/fwd/writer_appengine.go is in golang-github-philhofer-fwd-dev 0.0~git20151005.0.8fd9a4b-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
// +build appengine

package fwd

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