This file is indexed.

/usr/share/gocode/src/github.com/coreos/go-etcd/etcd/version.go is in golang-github-coreos-go-etcd-dev 2.0.0-4.

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
package etcd

const (
	version        = "v2"
	packageVersion = "v2.0.0"
)