이 페이지에는 JetBrains의 새로운 Go IDE인 GoLand의 사전 릴리스 빌드가 나와 있습니다. 이 빌드는 사전 릴리스 소프트웨어이기 때문에 여기에 나온 빌드의 안정성과 해당 빌드를 특정 목적에 적용 가능한지 여부는 다양할 수 있습니다. 따라서 그에 따르는 위험을 감수하고 이 빌드를 사용해 주세요.
GoLand는 활발히 개발 중이며 여러분의 의견이 매우 소중합니다. 버그 보고 및 새로운 기능 제안은 GoLand 이슈 트래커로 전달해 주세요!
이 빌드는 제품의 얼리 액세스 버전입니다
이 제품 버전을 이용하면 여러분은 제품이 안정적이지 않거나 의도한 대로 작동하지 않을 수 있으며 오류를 포함할 수도 있음을 명시적으로 인정하게 됩니다. EAP 제품을 사용하는 데 따르는 위험은 사용자 본인이 감수해야 합니다.
This GoLand release introduces new functionality and improvements:
GO-17588: GoLand now bundles the Go Linter plugin, allowing you to configure and run golangci-lint directly within the IDE. To configure linters, open the settings and navigate to Go | Linters. Learn more in our documentation.
This GoLand release addresses the following issue:
GO-13698: When renaming a struct field, GoLand now updates the corresponding struct tag automatically. Previously, renaming a field did not update the associated JSON tag.
GO-15841: Notifications and handling for the toolchain directive have been improved. GoLand now shows a notification when the project's SDK is changed due to go or toolchain directives in go.mod. Additionally, the codebase now handles this directive more reliably.
GO-17509: GoLand no longer includes the deprecated -d flag when running go get, avoiding the -d flag is deprecated. -d=true is a no-op message in the Run tool window.
GO-17970: GoLand now properly recognizes the tool directive in go.mod files for Go 1.24 and higher, and it displays relevant errors, such as when the directive is unsupported by the current Go SDK.
Please see the release notes for the complete list of fixes and improvements.