various: HTTP server; migrate to cobra pattern for repository

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ifac6e992b77dfaf92e3059944aa871f16a6a6964
This commit is contained in:
raf 2026-03-01 05:09:01 +03:00
commit b894833ac7
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 182 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "notashelf.dev/watchdog/cmd/watchdog"
func main() {
watchdog.Main()
}