7 lines
89 B
Go
7 lines
89 B
Go
package main
|
|
|
|
func CheckResults(testCase *TestCase) (bool, error) {
|
|
|
|
return true, nil
|
|
}
|