How is this used? #45
Replies: 1 comment
-
Usually
For convenience, if you use Make, you could have a target .PHONY: all
all:
go build
go vet
exhaustive
go test Then one can just run
There isn't a direct IDE integration provided in this repository. But the Go project or other open source projects may provide an IDE integration that works with any |
Beta Was this translation helpful? Give feedback.
-
How is this used?
Can it be used such that compilation will fail until all switches are exhaustive?
Is there any IDE integration?
Beta Was this translation helpful? Give feedback.
All reactions