03. Tools
Articles
Tools
VSCode Go Plugin:
https://github.com/golang/vscode-go/blob/master/docs/features.md
Go to definition
@ для поиска в файле, # глобально.
Refactor
Generate interface impl
Generate tests
Add or remove struct tags
Linter
https://golangci-lint.run/ - агрегированный линтер
Testing
https://golang.org/pkg/cmd/go/internal/test/ - документация по go test
gotests - generate Go tests from your source code.
Tools
Last updated
Was this helpful?