This file is indexed.

/usr/share/gocode/src/gopkg.in/yaml.v2/suite_test.go is in golang-gopkg-yaml.v2-dev 0.0+git20160928.0.a5b47d3-2.

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
10
11
12
package yaml_test

import (
	. "gopkg.in/check.v1"
	"testing"
)

func Test(t *testing.T) { TestingT(t) }

type S struct{}

var _ = Suite(&S{})