From 47c5a47ffabcd6d4f33096ab030ee23b47581357 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 16 Jul 2025 06:49:24 -0500 Subject: [PATCH] test(scripts): added in a go script to test my other scripts --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c7476d..fc103a5 100644 --- a/.gitignore +++ b/.gitignore @@ -188,3 +188,4 @@ backend/go.sum BUILD_NUMBER scripts/resetDanger.js LstWrapper/Program_vite_as_Static.txt +scripts/stopPool.go