minformat icon indicating copy to clipboard operation
minformat copied to clipboard

gominfmt makes the Go code more compact to aid further compression; revert with gofmt

Results 2 minformat issues
Sort by recently updated
recently updated
newest added

Right now we produce `if !cond{...}` instead of `if!cond{...}`. Same for any expr except for ones that interfere with `if`.

Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0. Release notes Sourced from github.com/google/go-cmp's releases. v0.7.0 New API: (#367) Support compare functions with SortSlices and SortMaps Panic messaging: (#370) Detect proto.Message types when...

dependencies
go