Intern — Junior
Kas olete praktikas jooksul kasutanud arendusvahendeid või -keskkondi?
sobes.tech AI
Vastus AI-lt
In Go development practice, I used the following tools and environments:
- Development environments: VS Code with plugins for Go, GoLand.
- Build and dependency management: built-in
go modtool. - Debugging: Delve — debugger for Go.
- Testing: built-in
testingpackage. - Code formatting:
gofmtfor automatic formatting.
For example, for writing and debugging microservices, I used VS Code with Delve for debugging and go mod for dependency management.