This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
0.12.0 "Candy Kingdom" Release Candidate
bruno-medeiros
released this
05 Aug 13:55
·
1237 commits
to master
since this release
- Added: support for Build Targets:
- Build Targets are displayed in the Project Explorer. Here you can also configure which targets are enabled for a workspace build.
- Predefined Build Targets for Go are:
./... #build
,./... #build-tests
,./... #[run-tests]
. See the updated Build section in the UserGuide for more information. - Project Build Configuration property page updated to support configuring Build Targets.
- Note that a
./...
Build Target is not launchable. To run a Go launch, you need to specify a specific Go package.
- Added: Explicit GOPATH preference option to use the same value as the GOPATH environment variable.
- No longer required to set an explicit value for the GOOS and GOARCH preference for running tools such as Go Oracle. You can just leave those fields at the default setting.
- No longer showing error dialog when gocode fails. Now, only the editor status line is updated.
- Removed
go fix
menu operation. - Updated Configuration section in the User Guide.
- Fixed: Occasional AssertionFailure when creating new projects in nested locations (the project would not show up in Explorer).
- Fixed: Arguments field in launch configuration is not multi-line.