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
Showing
- src/ansi_test.go 1 addition, 1 deletionsrc/ansi_test.go
- src/options_test.go 6 additions, 6 deletionssrc/options_test.go
- src/pattern.go 6 additions, 0 deletionssrc/pattern.go
- src/pattern_test.go 6 additions, 6 deletionssrc/pattern_test.go
- src/tokenizer.go 11 additions, 0 deletionssrc/tokenizer.go
- src/tokenizer_test.go 5 additions, 5 deletionssrc/tokenizer_test.go
- src/util/chars.go 6 additions, 0 deletionssrc/util/chars.go
Loading
Please register or sign in to comment