Go
Go support is experimental
Check And Fix
includes:
go:
taskfile: ../mono-dev/task/go.yaml
internal: true
tasks:
check:
cmds:
- go vet
- task: go:fmt-check
fix:
cmds:
- go fmt
Go support is experimental
includes:
go:
taskfile: ../mono-dev/task/go.yaml
internal: true
tasks:
check:
cmds:
- go vet
- task: go:fmt-check
fix:
cmds:
- go fmt