This file is indexed.

/usr/share/gocode/src/github.com/smartystreets/goconvey/execution/doc.go is in golang-github-smartystreets-goconvey-dev 1.5.0-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
// Package execution contains internal functionality for executing
// specifications in an isolated fashion as well as calling reporting
// hooks at important points in the process. Although this package has
// exported names is not intended for public consumption. See the
// examples package for how to use this project.
package execution