From 7ac679bf89f17f3fbb427ed8f1861f363ccb25ca Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 2 Jul 2017 11:53:31 +0800 Subject: [PATCH] Fix godoc error --- robotgo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robotgo.go b/robotgo.go index 0dab2bb..c54c664 100644 --- a/robotgo.go +++ b/robotgo.go @@ -925,7 +925,7 @@ func Process() ([]Nps, error) { return npsArr, err } -// FindName find the process id by the process name +// FindName find the process name by the process id func FindName(pid int32) (string, error) { nps, err := process.NewProcess(pid) if err != nil {