Skip to content

Commit

Permalink
drop 6g syntax checker
Browse files Browse the repository at this point in the history
6g has been superseded by the go tool.
  • Loading branch information
c14n committed Oct 26, 2012
1 parent d3d00e4 commit 7ffeb29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion syntax_checkers/go.vim
Expand Up @@ -18,5 +18,5 @@ if exists("loaded_go_syntax_checker")
endif
let loaded_go_syntax_checker = 1

let s:supported_checkers = ["go", "6g", "gofmt"]
let s:supported_checkers = ["go", "gofmt"]
call SyntasticLoadChecker(s:supported_checkers, 'go')
17 changes: 0 additions & 17 deletions syntax_checkers/go/6g.vim

This file was deleted.

0 comments on commit 7ffeb29

Please sign in to comment.