Skip to content

This linter plugin for SublimeLinter provides an interface to go vet.

License

Notifications You must be signed in to change notification settings

SublimeLinter/SublimeLinter-govet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SublimeLinter-govet

Build Status

This linter plugin for SublimeLinter provides an interface to go vet. It will be used with files that have the "Go" syntax.

Installation

SublimeLinter must be installed in order to use this plugin.

Please install via Package Control.

Before using this plugin, ensure that go vet is installed on your system. The go vet binary is in the default installation of Go, follow the installation instructions here.

Settings