pid_test.go 94 Bytes
Newer Older
liming6's avatar
liming6 committed
1
2
3
4
5
6
7
package utils

import "testing"

func TestGetProcessInfo(t *testing.T) {
	GetProcessInfo(1)
}