etcd/tools
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
..
benchmark benchmark: update for new stm interface 2017-01-20 16:22:43 -08:00
etcd-dump-db tools: simplify boolean comparison, remove unused 2016-12-12 10:07:14 -08:00
etcd-dump-logs *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
functional-tester test: Fix gosimple errors 2017-02-09 08:01:28 -05:00
local-tester local-tester: support failpoints 2016-06-23 12:04:11 -07:00