zhevron / linter-golinter

Check Go files with golint tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linter-golinter

This plugin for Linter provides an interface to the golint tool. It will be used with files that have the Go syntax.

Installation

$ apm install linter-golinter

Settings

You can configure linter-golinter inside the Atom settings menu or by editing your ``~/.atom/config.cson` file (choose Open Your Config in Atom menu):

"linter-golinter":
  "executablePath": "golint" # Path to golint executable.

If the default path resolution of just golint is not working for you, you can use the command which golint on UNIX / OS X or where.exe golint on Windows in a terminal / command prompt to print the path to your golint installation. In most cases it should be $GOPATH/bin/golint.

About

Check Go files with golint tool

License:MIT License


Languages

Language:CoffeeScript 100.0%