Initial commit

This commit is contained in:
Miguel de la Cruz 2024-07-05 10:14:10 +02:00
commit be9162501a
7 changed files with 337 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
fmt:
go fmt ./...
build:
go build -o hunter ./...