mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-19 22:33:55 +00:00
Fix godoc error
This commit is contained in:
parent
3c7465c77d
commit
7ac679bf89
@ -925,7 +925,7 @@ func Process() ([]Nps, error) {
|
|||||||
return npsArr, err
|
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) {
|
func FindName(pid int32) (string, error) {
|
||||||
nps, err := process.NewProcess(pid)
|
nps, err := process.NewProcess(pid)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user