import "github.com/SkyrisBactera/pkill"
// Kills chrome
output, err := pkill.Pkill("chrome")
if err != nil {
fmt.Println(err)
}
fmt.Println(output)
-
Notifications
You must be signed in to change notification settings - Fork 1
Programmerino/pkill
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Provides Golang wih an easy to use and cross-platform method of killing processes based on their process name, similar to how Unix's pkill command works.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published