We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50993a7 commit 9421dedCopy full SHA for 9421ded
autoload/SingleCompile/templates/go.vim
@@ -19,7 +19,7 @@
19
20
function! SingleCompile#templates#go#Initialize()
21
call SingleCompile#SetCompilerTemplate('go', 'go', 'Go',
22
- \ 'go', 'build -o $(FILE_TITLE)$', g:SingleCompile_common_run_command)
+ \ 'go', 'build -o $(FILE_EXEC)$', g:SingleCompile_common_run_command)
23
call SingleCompile#SetPriority('go', 'Go', 20)
24
endfunction
25
0 commit comments