stat/process_test.go

11 lines
112 B
Go

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