Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SublimeLinter/SublimeLinter-gotype

This linter plugin for SublimeLinter provides an interface to gotype.
https://github.com/SublimeLinter/SublimeLinter-gotype

go gotype linter-plugin sublime-text sublime-text-3 sublimelinter

Last synced: about 2 months ago
JSON representation

This linter plugin for SublimeLinter provides an interface to gotype.

Awesome Lists containing this project

README

        

SublimeLinter-gotype
================================

[![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-gotype.png?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-gotype)

This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [gotype](http://godoc.org/code.google.com/p/go.tools/cmd/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](https://packagecontrol.io).

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

- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html