This file is indexed.

/usr/share/gocode/src/github.com/mitchellh/cli/command_mock_test.go is in golang-github-mitchellh-cli-dev 0.0~git20150618.0.8102d0e-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
8
9
package cli

import (
	"testing"
)

func TestMockCommand_implements(t *testing.T) {
	var _ Command = new(MockCommand)
}