Files
snitch/main.go
2025-12-16 22:52:07 +01:00

9 lines
70 B
Go

package main
import (
"snitch/cmd"
)
func main() {
cmd.Execute()
}