package main func CheckResults(testCase *TestCase) (bool, error) { return true, nil }