Skip to content

xuender/startup

Repository files navigation

Startup

Go Report Card GoDoc codecov GitHub license tag

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

codecov

📝 License

Copyright © 2022~time.Now Xuender.

This project is MIT licensed.