Created
July 8, 2018 12:10
-
-
Save Njuelle/438afe0f17c43f2b4c1c93957f1a25a9 to your computer and use it in GitHub Desktop.
Go tester children class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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