mirror of
https://git.coolaj86.com/coolaj86/go-watchdog.git
synced 2025-12-26 06:08:39 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "log"
|
|
|
|
func install() {
|
|
log.Fatal("not yet implemented")
|
|
}
|