diff --git a/cmd/hspguard/main.go b/cmd/hspguard/main.go new file mode 100644 index 0000000..2ca0d5e --- /dev/null +++ b/cmd/hspguard/main.go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, World!") +}