This file is indexed.

/usr/share/gocode/src/github.com/smartystreets/goconvey/web/server/watch/integration_testing/main.go is in golang-github-smartystreets-goconvey-dev 1.6.1-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
// This file's only purpose is to provide a realistic
// environment from which to run integration tests
// against the Watcher.
package main

import "fmt"

func main() {
	fmt.Println("Hello, World!")
}