Skip to content
Snippets Groups Projects
Unverified Commit 21b94d2d authored by Ryan Boehning's avatar Ryan Boehning Committed by Junegunn Choi
Browse files

Make fzf pass go vet

Add String() methods to types, so they can be printed with %s. Change
some %s format specifiers to %v, when the default string representation
is good enough. In Go 1.10, `go test` triggers a parallel `go vet`. So
this also makes fzf pass `go test`.

Close #1236
Close #1219
parent 24236860
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment