from SprintLib.testers import BaseTester class GoTester(BaseTester): working_directory = "../app" def build_command(self): return "go build -o executable.exe"