pkg/kmp
Markus Thömmes 56c2594e4f Assorted linting fixes. (#840)
* Remove unused code.

* Remove unneeded loops.

* Remove unneeded Printf calls.

* Use time.Since instead of time.Now().Sub.

* Remove unused values.

* Rename error variable according to conventions.

* Return error last.

* Simplify array allocations.

* Remove leaky ticker.

* Remove Yoda conditions.

* Remove deprecated function to talk to GKE.

* Remove dot import.

* Remove empty critical section and replace with a channel operation.

* Add linter directives to explicitly state wanted weirdness.

* Update deps.

* Fix broken line.
2019-11-01 12:49:12 -07:00
..
diff.go Upgrade go-cmp and add new diff options to kmp (#382) 2019-04-15 13:41:00 -07:00
diff_test.go Improve kmp.ShortDiff when one object is invalid (#528) 2019-07-17 14:26:29 -07:00
doc.go Add kmp, a safe wrapper for google/go-cmp (#197) 2018-12-08 08:39:27 -08:00
reporters.go Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
reporters_test.go Assorted linting fixes. (#840) 2019-11-01 12:49:12 -07:00