kube-monkey icon indicating copy to clipboard operation
kube-monkey copied to clipboard

goimports and gofmt disagree on formatting

Open asobti opened this issue 6 years ago • 0 comments

To reproduce, pull down the branch issue-123.

# gofmt lists no changes
$ gofmt -l victims/victims_test.go 
$

# goimports lists changes
$ goimports -l victims/victims_test.go
victims/victims_test.go

asobti avatar Nov 20 '18 08:11 asobti