DEBSOURCES
Skip Quicknav
sources / golang-github-mitchellh-go-ps / 1.0.0-1 / process_unix_test.go
1234567891011
// +build linux solaris package ps import ( "testing" ) func TestUnixProcess_impl(t *testing.T) { var _ Process = new(UnixProcess) }