This repository has been archived by the owner on May 7, 2021. It is now read-only.
v4.2.0
Major Changes
- π Debugging support (via
delve
) is now available with the addition of thego-debug
package (thanks @lloiser!) - π You can now see documentation (via 'gogetdoc') for the symol under your cursor with the addition of the
godoc
package (thanks @zmb3!)- ALT - D to display the documentation
- ESC to dismiss the documentation
Minor Changes
- π€ Document the commands used to display and clear test coverage markers
- Stop using deprecated custom marker properties for test coverage markers
- π¨ Correctly display linter warnings and errors (a case sensitivity issue)
- β¬οΈ Update CI to test with Go 1.7
- π¨ Use StandardJS to lint all packages
- β¬οΈ Update atom-package-deps, lodash, and rimraf dependenies