" Author: Ben Reedy " Description: gosimple for Go files function! ale_linters#go#gosimple#GetCommand(buffer) abort return ale#path#BufferCdString(a:buffer) . ' gosimple .' endfunction call ale#linter#Define('go', { \ 'name': 'gosimple', \ 'executable': 'gosimple', \ 'command': function('ale_linters#go#gosimple#GetCommand'), \ 'callback': 'ale#handlers#go#Handler', \ 'output_stream': 'both', \ 'lint_file': 1, \})