✨ xuender/startup is a startup Go library based on Go 1.18+ Generics.
go get github.com/xuender/startup@latestYou can import startup using:
import "github.com/xuender/startup"Then install startup:
startup.Install()
// or
startup.Install(args...)Then uninstall startup:
startup.Uninstall()Then startup status:
startup.Status()
// true or falseCopyright © 2022~time.Now Xuender.
This project is MIT licensed.