Плагин Golint для Sublime Text 3
В настоящее время я учусь Go, и я использую Sublime Text 3
с SublimeLinter
плагин (который я использую с другими языками, кроме Go). Я скачал Go, используя Homebrew
(я на OS X), и я следовал процедуре, описанной здесь: https://golang.org/doc/install для тестирования моей установки. Я не могу понять, почему линтер для языка Go предоставлен SublimeLinter
не работает Я вставил свой $GOPATH
в моем PATH
, а также /usr/local/bin/go
тоже. Вот что печатает консоль ST:
SublimeLinter: golint activated: /Users/gianmarco/Documents/Dev/Go/bin/golint
Emmet: No need to update PyV8
SublimeLinter: chdir not set or invalid, using /Users/gianmarco/Documents/Dev/Go/src/github.com/gianmarco/hello
SublimeLinter: golint: hello.go guessed GOPATH=/Users/gianmarco/Documents/Dev/Go
SublimeLinter: golint: hello.go ['/Users/gianmarco/Documents/Dev/Go/bin/golint']
Package Control: Skipping automatic upgrade, last run at 2015-11-28 11:58:34, next run at 2015-11-28 12:58:34 or after
SublimeLinter: chdir not set or invalid, using /Users/gianmarco/Documents/Dev/Go/src/github.com/gianmarco/hello
SublimeLinter: golint: hello.go guessed GOPATH=/Users/gianmarco/Documents/Dev/Go
SublimeLinter: golint: hello.go ['/Users/gianmarco/Documents/Dev/Go/bin/golint']
SublimeLinter: chdir not set or invalid, using /Users/gianmarco/Documents/Dev/Go/src/github.com/gianmarco/hello
SublimeLinter: golint: hello.go guessed GOPATH=/Users/gianmarco/Documents/Dev/Go
SublimeLinter: golint: hello.go ['/Users/gianmarco/Documents/Dev/Go/bin/golint']
У кого-то такая же проблема?