Before completing any task, always run the following commands to ensure code quality:
-
Run the linter:
golangci-lint run -v- Fix any issues reported by the linter
- The project uses a custom
.golangci.ymlconfiguration
-
Build the project:
go build ./...- Ensure all packages compile without errors
This is a Go project for the Chamber tool, which manages VMs for development environments.