mirror of
https://git.coolaj86.com/coolaj86/go-watchdog.git
synced 2025-12-24 13:18:39 +00:00
9 lines
168 B
Go
9 lines
168 B
Go
//go:generate go build -o watchdog cmd/watchdog/watchdog.go
|
|
|
|
package watchdog
|
|
|
|
// This is takes the place of a makefile.
|
|
|
|
// Usage:
|
|
// go generate -mod=vendor build.go
|