Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Releases: joefitzgerald/go-plus

v1.0.9

05 Jan 23:17
Compare
Choose a tag to compare
  • πŸ”€ Update examples, add documentation describing how to contribute (fixes #20)

v1.0.8

05 Jan 23:17
Compare
Choose a tag to compare
  • πŸ”€ Update examples, add golint example

v1.0.7

05 Jan 23:17
Compare
Choose a tag to compare
  • πŸ†• Warn when GOPATH is unset, is non-existent, or does not contain a src folder

v1.0.6

05 Jan 23:18
Compare
Choose a tag to compare
  • πŸ’„ Rename FmtArgs preference to GoFmtArgs

v1.0.5

05 Jan 23:18
Compare
Choose a tag to compare
  • πŸ†• Specify arbitrary arguments for gofmt, goimports, golint, go vet

v1.0.4

05 Jan 23:18
Compare
Choose a tag to compare
  • πŸ› Ensure that a GOPATH with multiple values is handled correctly
  • πŸ’„ Remove user-specific paths from tests (fixes #19)

v1.0.3

05 Jan 23:18
Compare
Choose a tag to compare

v1.0.2

05 Jan 23:18
Compare
Choose a tag to compare
  • πŸ’„ Redirect build output to temporary directory (fixes #17)

v1.0.1

05 Jan 23:19
Compare
Choose a tag to compare
  • πŸ’„ Disable display of panel and 'No Issues' by default, but allow it to be turned on (fixes #16)

v1.0.0

05 Jan 23:19
Compare
Choose a tag to compare
  • πŸ†• Use atom-message-panel for error display (fixes #3, #14)
  • πŸ†• It is now possible to use the $GOPATH variable in both Gofmt Path (e.g. $GOPATH/bin/goimports) and Golint 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, or Golint Path cannot be found