You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/src/util
Ryan Boehning 21b94d2de5
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
6 years ago
..
atomicbool.go Reorganize source code 10 years ago
atomicbool_test.go Reorganize source code 10 years ago
chars.go Make fzf pass go vet 6 years ago
chars_test.go Avoid unconditionally storsing input as runes 7 years ago
eventbox.go Ignore EvtReadNew if EvtReadFin is already set 7 years ago
eventbox_test.go Reorganize source code 10 years ago
slab.go Revise ranking algorithm 8 years ago
util.go Use glide to handle go dependencies 7 years ago
util_test.go [perf] evaluateBonus can start from sidx - 1 8 years ago
util_unix.go Update FZF_DEFAULT_COMMAND 7 years ago
util_windows.go Update Windows default command to print relative paths (#1200) 7 years ago