2
0
mirror of https://git.coolaj86.com/coolaj86/go-watchdog.git synced 2025-12-26 14:18:40 +00:00
2019-06-29 15:05:13 -06:00

8 lines
354 B
Go

// Package installer can be used cross-platform to install apps
// as either userspace or system services for fairly simple applications.
// This is not intended for complex installers.
//
// I'm prototyping this out to be useful for more than just watchdog
// hence there are a few unnecessary things for the sake of the trying it out
package installer