Skip to content

SublimeLinter/SublimeLinter-gotype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SublimeLinter-gotype

Build Status

This linter plugin for SublimeLinter provides an interface to gotype. 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 gotype is installed on your system. To install gotype, do the following:

  1. From the command line type the following:

    go get -u golang.org/x/tools/cmd/gotype
    

Settings