This file is indexed.

/usr/share/gocode/src/github.com/smartystreets/goconvey/examples/doc.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
// Package examples contains, well, examples of how to use goconvey to
// specify behavior of a system under test. It contains a well-known example
// by Robert C. Martin called "Bowling Game Kata" as well as another very
// trivial example that demonstrates Reset() and some of the assertions.
package examples