Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 972 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 972 Bytes

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