Skip to content

Instantly share code, notes, and snippets.

@Njuelle
Created July 8, 2018 12:10
Show Gist options
  • Select an option

  • Save Njuelle/438afe0f17c43f2b4c1c93957f1a25a9 to your computer and use it in GitHub Desktop.

Select an option

Save Njuelle/438afe0f17c43f2b4c1c93957f1a25a9 to your computer and use it in GitHub Desktop.
Go tester children class
class GoTester extends Tester {
constructor() {
super();
this.language = 'go';
this.runCommand = 'go run';
this.lintCommand = 'golint';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment