various: HTTP server; migrate to cobra pattern for repository
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ifac6e992b77dfaf92e3059944aa871f16a6a6964
This commit is contained in:
parent
e0ec475a81
commit
b894833ac7
6 changed files with 182 additions and 0 deletions
7
main.go
Normal file
7
main.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "notashelf.dev/watchdog/cmd/watchdog"
|
||||
|
||||
func main() {
|
||||
watchdog.Main()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue