ingress-nginx-helm/vendor/github.com/mitchellh/go-ps/process_unix_test.go
Manuel de Brito Fontes bf5616c65b Replace godep with dep
2017-10-06 17:26:14 -03:00

11 lines
138 B
Go

// +build linux solaris
package ps
import (
"testing"
)
func TestUnixProcess_impl(t *testing.T) {
var _ Process = new(UnixProcess)
}