Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days ago
JSON representation
This linter plugin for SublimeLinter provides an interface to gotype.
- Host: GitHub
- URL: https://github.com/SublimeLinter/SublimeLinter-gotype
- Owner: SublimeLinter
- License: mit
- Created: 2014-01-20T14:31:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T12:57:23.000Z (3 months ago)
- Last Synced: 2024-11-11T18:10:01.866Z (about 1 month ago)
- Topics: go, gotype, linter-plugin, sublime-text, sublime-text-3, sublimelinter
- Language: Python
- Size: 22.5 KB
- Stars: 21
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - SublimeLinter-gotype
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