SublimeLinter / SublimeLinter-gotype

This linter plugin for SublimeLinter provides an interface to gotype.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This linter plugin for SublimeLinter provides an interface to gotype.

License:MIT License


Languages

Language:Python 100.0%