Add scripts (#33)

* Add scripts

* Fix errors test
This commit is contained in:
Francesco Renzi
2025-11-27 13:05:42 +01:00
committed by GitHub
parent 60ce378d14
commit a2a8af97b6
7 changed files with 68 additions and 43 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -eEuo pipefail
go test ./... "$@"