initial Go version of sql injection demo

This commit is contained in:
2025-09-01 22:19:22 -07:00
committed by =michael hohn
commit a47c7da446
3 changed files with 114 additions and 0 deletions

6
build.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
go build -o add-user-go ./add-user.go
echo "Built ./add-user-go"