Fix glfmt/golint issues

This commit is contained in:
James Mills
2019-10-14 16:55:47 +10:00
parent c4e12e0019
commit 65e9317d26
6 changed files with 24 additions and 8 deletions

View File

@@ -1196,10 +1196,10 @@ func BenchmarkPut(b *testing.B) {
}
variants := map[string][]Option{
"NoSync": []Option{
"NoSync": {
WithSync(false),
},
"Sync": []Option{
"Sync": {
WithSync(true),
},
}