diff options
Diffstat (limited to 'lib/compilers/golang.js')
-rw-r--r-- | lib/compilers/golang.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/compilers/golang.js b/lib/compilers/golang.js index 3f03ca438..a2052382b 100644 --- a/lib/compilers/golang.js +++ b/lib/compilers/golang.js @@ -26,10 +26,6 @@ const BaseCompiler = require('../base-compiler'), _ = require('underscore-node'); class GolangCompiler extends BaseCompiler { - constructor(info, env) { - super(info, env); - } - convertNewGoL(code) { const re = /^\s+(0[xX]?[0-9A-Za-z]+)?\s?[0-9]+\s*\(([^:]+):([0-9]+)\)\s*([A-Z]+)(.*)/; let prevLine = null; |