package staros import ( "fmt" "testing" ) func Test_Process(t *testing.T) { fmt.Println(FindProcessByPid(16652)) }