Enable go install by default to reduce build time without gopm.

This commit is contained in:
Sergey Lanzman
2016-12-12 22:30:50 +02:00
parent 2ff99d4ea7
commit aa195ecd46
2 changed files with 9 additions and 2 deletions

View File

@ -33,7 +33,7 @@ var defaultConf = `{
"enable": false,
"install": false
},
"go_install": false,
"go_install": true,
"watch_ext": [],
"dir_structure": {
"watch_all": false,