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

v4.1.0

Compare
Choose a tag to compare
@joefitzgerald joefitzgerald released this 24 Mar 21:17
· 642 commits to master since this release

Many apologies for the issues present in go-plus 4.0.0. It was clearly a mistake to depend on gotype exclusively for syntax checking. Thanks for bearing with us as we worked through it.

New

  • Install builder-go (source) to restore old behavior for building source and reporting syntax / build issues
  • builder-go now runs go install instead of go-plus 3.5.4's go build - this ensures gocode suggestions are always kept up to date

Changed

  • gometalinter-linter now no longer has gotype enabled by default; you can still enable it via your configuration; it will work now that go install is being run on save; but it is mostly duplicative to the output from builder-go

Notes

  • We found and patched two gometalinter issues; you should manually update gometalinter by running go get -u github.com/alecthomas/gometalinter to make sure you're working with the latest and greatest