split code into multiple files

This commit is contained in:
2024-01-03 09:49:09 +11:00
parent 0f4d4b1801
commit 499a6df594
5 changed files with 513 additions and 525 deletions

6
check_results.go Normal file
View File

@@ -0,0 +1,6 @@
package main
func CheckResults(testCase *TestCase) (bool, error) {
return true, nil
}