diff options
Diffstat (limited to 'lib/compilers/golang.js')
-rw-r--r-- | lib/compilers/golang.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compilers/golang.js b/lib/compilers/golang.js index 94c84e964..94e838ef5 100644 --- a/lib/compilers/golang.js +++ b/lib/compilers/golang.js @@ -23,7 +23,7 @@ // POSSIBILITY OF SUCH DAMAGE. const BaseCompiler = require('../base-compiler'), - _ = require('underscore-node'); + _ = require('underscore'); class GolangCompiler extends BaseCompiler { convertNewGoL(code) { @@ -55,7 +55,7 @@ class GolangCompiler extends BaseCompiler { return null; } } - + })).join("\n"); } |