mirror of
https://git.coolaj86.com/coolaj86/go-watchdog.git
synced 2025-12-26 14:18:40 +00:00
8 lines
105 B
Go
8 lines
105 B
Go
// +build !windows,!linux,!darwin
|
|
|
|
package installer
|
|
|
|
func install(c *Config) error {
|
|
return nil, nil
|
|
}
|