# README
Startup
⨠xuender/startup
is a startup Go library based on Go 1.18+ Generics.
š Install
go get github.com/xuender/startup@latest
š” Usage
You can import startup
using:
import "github.com/xuender/startup"
Install
Then install startup:
startup.Install()
// or
startup.Install(args...)
Uninstall
Then uninstall startup:
startup.Uninstall()
Status
Then startup status:
startup.Status()
// true or false
š Cover
š License
Copyright Ā© 2022~time.Now Xuender.
This project is MIT licensed.