Created
January 12, 2016 18:02
-
-
Save steveyen/4abfece97dec27ea29a3 to your computer and use it in GitHub Desktop.
go vet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Steves-MBP:bleve steveyen$ go vet ./... | |
search/highlight/term_locations_test.go:343: search.Locations composite literal uses unkeyed fields | |
search/highlight/term_locations_test.go:365: search.Locations composite literal uses unkeyed fields | |
search/highlight/term_locations_test.go:388: search.Locations composite literal uses unkeyed fields | |
search/highlight/term_locations_test.go:414: search.Locations composite literal uses unkeyed fields | |
search/highlight/term_locations_test.go:440: search.Locations composite literal uses unkeyed fields | |
search/highlight/term_locations_test.go:466: search.Locations composite literal uses unkeyed fields | |
exit status 1 | |
search/highlight/fragment_formatters/html/fragment_formatter_html_test.go:32: search.Locations composite literal uses unkeyed fields | |
search/highlight/fragment_formatters/html/fragment_formatter_html_test.go:67: search.Locations composite literal uses unkeyed fields | |
exit status 1 | |
search/highlight/highlighters/simple/fragment_scorer_simple_test.go:33: search.Locations composite literal uses unkeyed fields | |
search/highlight/highlighters/simple/fragment_scorer_simple_test.go:50: search.Locations composite literal uses unkeyed fields | |
search/highlight/highlighters/simple/fragment_scorer_simple_test.go:57: search.Locations composite literal uses unkeyed fields | |
search/highlight/highlighters/simple/highlighter_simple_test.go:37: search.Locations composite literal uses unkeyed fields | |
search/highlight/highlighters/simple/highlighter_simple_test.go:44: search.Locations composite literal uses unkeyed fields | |
search/highlight/highlighters/simple/highlighter_simple_test.go:82: search.Locations composite literal uses unkeyed fields | |
search/highlight/highlighters/simple/highlighter_simple_test.go:109: search.Locations composite literal uses unkeyed fields | |
search/highlight/highlighters/simple/highlighter_simple_test.go:121: search.Locations composite literal uses unkeyed fields | |
exit status 1 | |
search/scorers/scorer_term_test.go:73: search.Locations composite literal uses unkeyed fields | |
exit status 1 | |
Steves-MBP:bleve steveyen$ git log | |
commit b7e888c07a9913dd060479b1f7d777105f6f6e27 | |
Author: Steve Yen <[email protected]> | |
Date: Tue Jan 12 09:33:39 2016 -0800 | |
upside_down uses new KVDirectStore interface | |
The KVDirectStore interface allows KVStore implementations to | |
optionally provide a more advanced, higher performance batching API. | |
This change updates upside_down to use the KVDirectStore interface if | |
it's available. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment