mirror of
https://github.com/junegunn/fzf
synced 2026-07-17 16:03:17 +00:00
21b94d2de5
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