summaryrefslogtreecommitdiff
path: root/ale_linters/go/gofmt.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/go/gofmt.vim')
-rw-r--r--ale_linters/go/gofmt.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/go/gofmt.vim b/ale_linters/go/gofmt.vim
index b38e4e98..337deef8 100644
--- a/ale_linters/go/gofmt.vim
+++ b/ale_linters/go/gofmt.vim
@@ -6,5 +6,5 @@ call ale#linter#Define('go', {
\ 'output_stream': 'stderr',
\ 'executable': 'gofmt',
\ 'command': 'gofmt -e %t',
-\ 'callback': 'ale#handlers#HandleUnixFormatAsError',
+\ 'callback': 'ale#handlers#unix#HandleAsError',
\})