Sobes.tech
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 mod tool.
  • Debugging: Delve — debugger for Go.
  • Testing: built-in testing package.
  • Code formatting: gofmt for automatic formatting.

For example, for writing and debugging microservices, I used VS Code with Delve for debugging and go mod for dependency management.