refactor handlers and add search for tags
This commit is contained in:
@@ -17,9 +17,6 @@ func TestFirstExisting(t *testing.T) {
|
||||
{"first missing",
|
||||
[]string{"", "two", "three"}, "default",
|
||||
"two"},
|
||||
{"middle missing",
|
||||
[]string{"", "two", ""}, "default",
|
||||
"two"},
|
||||
{"all missing",
|
||||
[]string{"", "", ""}, "default",
|
||||
"default"},
|
||||
|
||||
Reference in New Issue
Block a user