Merged in feature/devbox (pull request #11)

Add Devbox

* adddevbox

* cleanupdockerfile

* testscripts
This commit is contained in:
Michael McGuinness
2025-01-10 12:58:14 +00:00
parent 0ebb8a21a1
commit 6e5c7aedc8
127 changed files with 1371 additions and 811 deletions
+1
View File
@@ -20,3 +20,4 @@ type anyArgument struct{}
func (a anyArgument) Match(_ interface{}) bool {
return true
}