This repository has been archived by the owner on May 7, 2021. It is now read-only.
v4.1.0
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 runsgo install
instead ofgo-plus
3.5.4'sgo build
- this ensuresgocode
suggestions are always kept up to date
Changed
gometalinter-linter
now no longer hasgotype
enabled by default; you can still enable it via your configuration; it will work now thatgo install
is being run on save; but it is mostly duplicative to the output frombuilder-go
Notes
- We found and patched two
gometalinter
issues; you should manually update gometalinter by runninggo get -u github.com/alecthomas/gometalinter
to make sure you're working with the latest and greatest