This file is indexed.

/usr/share/gocode/src/gopkg.in/mcuadros/go-syslog.v2/format/rfc3164_test.go is in golang-gopkg-mcuadros-go-syslog.v2-dev 2.2.1-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
10
package format

import (
	. "gopkg.in/check.v1"
)

func (s *FormatSuite) TestRFC3164_SingleSplit(c *C) {
	f := RFC3164{}
	c.Assert(f.GetSplitFunc(), IsNil)
}