This file is indexed.

/usr/share/gocode/src/github.com/SeanDolphin/bqschema/bqschema_suite_test.go is in golang-github-seandolphin-bqschema-dev 0.0~git20150424.0.f92a08f-3.

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
13
package bqschema

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func TestBqschema(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Bqschema Suite")
}