stat/process_test.go

11 lines
112 B
Go
Raw Permalink Normal View History

2021-11-12 06:49:37 +00:00
package stat
import (
"fmt"
"testing"
)
func TestIsRunning(t *testing.T) {
fmt.Println(IsRunning(26340))
}