This file is indexed.

/usr/share/gocode/src/github.com/vishvananda/netns/netns_linux_s390x.go is in golang-github-vishvananda-netns-dev 0.0~git20150710.0.604eaf1-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
// +build linux,s390x

package netns

const (
	SYS_SETNS = 339
)