fix getindex and add debug

This commit is contained in:
2023-06-16 10:02:16 +01:00
parent ec53db45d5
commit 3071da2e2d
5 changed files with 13 additions and 5 deletions

2
run
View File

@@ -1,2 +1,2 @@
# run the go run command passing the path to the main.go file, with the working directory set to the bin folder. pass in the arguments
__ARGON_DEBUG__=true go run ./src "$@"
go run ./src "$@"