This file is indexed.

/usr/share/gocode/src/gopkg.in/gcfg.v1/go1_2.go is in golang-gopkg-gcfg.v1-dev 0.0~git20150907.0.0ef1a85-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
6
7
8
9
// +build go1.2

package gcfg

import (
	"encoding"
)

type textUnmarshaler encoding.TextUnmarshaler