split code into multiple files
This commit is contained in:
6
check_results.go
Normal file
6
check_results.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package main
|
||||
|
||||
func CheckResults(testCase *TestCase) (bool, error) {
|
||||
|
||||
return true, nil
|
||||
}
|
Reference in New Issue
Block a user