package stat import ( "fmt" "testing" ) func TestIsRunning(t *testing.T) { fmt.Println(IsRunning(26340)) }