This repository has been archived by the owner on May 7, 2021. It is now read-only.
Releases: joefitzgerald/go-plus
Releases Β· joefitzgerald/go-plus
v1.0.9
v1.0.8
- π€ Update examples, add golint example
v1.0.7
- π Warn when GOPATH is unset, is non-existent, or does not contain a
src
folder
v1.0.6
- π Rename
FmtArgs
preference toGoFmtArgs
v1.0.5
- π Specify arbitrary arguments for
gofmt
,goimports
,golint
,go vet
v1.0.4
v1.0.3
- π Handle GOPATH with multiple entries (fixes #18)
- π Replace
~
and$HOME
in paths with appropriate value - π Enhance fix for #17 with patch to go (https://code.google.com/p/go/issues/detail?id=7724)
v1.0.2
v1.0.1
v1.0.0
- π Use atom-message-panel for error display (fixes #3, #14)
- π It is now possible to use the
$GOPATH
variable in bothGofmt Path
(e.g.$GOPATH/bin/goimports
) andGolint Path
(e.g.$GOPATH/bin/golint
) (fixes #13) - π Remove redundant code, ensure we don't trigger for views which are not EditorViews
- π Show an error if
Go Executable Path
,Gofmt Path
, orGolint Path
cannot be found