This file is indexed.

/usr/share/gocode/src/github.com/kotakanbe/go-pingscanner/version.go is in golang-github-kotakanbe-go-pingscanner-dev 0.1.0+git20160420.1.58e188a-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
package pingscanner

// Name ... Name
const Name string = "go-pingscanner"

// Version ... Version
const Version string = "0.1.0"