etcd/mvcc
Manjunath A Kumatagi 0914b8b707 test: Fix gosimple errors
Getting gosimple suggestion while running test script, so this PR is for fixing gosimple S1019 check.
raft/node_test.go:456:40: should use make([]raftpb.Entry, 1) instead (S1019)
raft/node_test.go:457:49: should use make([]raftpb.Entry, 1) instead (S1019)
raft/node_test.go:458:43: should use make([]raftpb.Message, 1) instead (S1019)

Refer https://github.com/dominikh/go-tools/blob/master/cmd/gosimple/README.md#checks for more information.
2017-02-09 08:01:28 -05:00
..
backend backend: skip *bolt.DB.Size call when nil 2016-10-21 11:01:23 -07:00
mvccpb *: revendor, update proto files 2016-11-10 12:02:00 -08:00
doc.go mvcc: update LICENSE header 2016-05-12 20:50:33 -07:00
index.go mvcc: remove unused restore method 2016-11-18 23:04:39 +05:30
index_test.go mvcc: remove unused restore method 2016-11-18 23:04:39 +05:30
key_index.go mvcc: use capnslog 2016-05-20 22:31:22 -07:00
key_index_test.go mvcc: fix gofmt issues from Go tip 2016-10-20 16:32:47 -07:00
kv.go *: support count in range query 2016-06-21 16:20:55 -07:00
kv_test.go mvcc: fix count 2016-08-10 10:54:25 -07:00
kvstore.go test: Fix gosimple errors 2017-02-09 08:01:28 -05:00
kvstore_bench_test.go mvcc : Added benchmark for store.resotre 2016-11-17 04:01:15 +05:30
kvstore_compaction.go mvcc: use capnslog 2016-05-20 22:31:22 -07:00
kvstore_compaction_test.go mvcc: fix gofmt issues from Go tip 2016-10-20 16:32:47 -07:00
kvstore_test.go mvcc: remove unused restore method 2016-11-18 23:04:39 +05:30
metrics.go *: fix pending events metrics 2016-06-19 23:00:39 -07:00
revision.go mvcc: update LICENSE header 2016-05-12 20:50:33 -07:00
revision_test.go mvcc: update LICENSE header 2016-05-12 20:50:33 -07:00
util.go mvcc: use capnslog 2016-05-20 22:31:22 -07:00
watchable_store.go *: support watch with filters 2016-06-28 13:46:57 -07:00
watchable_store_bench_test.go mvcc: add BenchmarkWatchableStoreTxnPut benchmark 2016-10-06 22:44:25 +05:00
watchable_store_test.go mvcc: tighten up watcher cancelation and revision handling 2016-05-27 17:19:32 -07:00
watcher.go mvcc: return -1 for wrong watcher range key >= end 2016-11-08 17:02:28 -08:00
watcher_bench_test.go mvcc: update LICENSE header 2016-05-12 20:50:33 -07:00
watcher_group.go Merge pull request #5316 from ajityagaty/too_many_allocs 2016-10-06 09:47:59 -07:00
watcher_test.go mvcc: return -1 for wrong watcher range key >= end 2016-11-08 17:02:28 -08:00