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
..
2016-11-10 12:02:00 -08:00
2016-05-12 20:50:33 -07:00
2016-11-18 23:04:39 +05:30
2016-05-20 22:31:22 -07:00
2016-08-10 10:54:25 -07:00
2016-06-21 16:20:55 -07:00
2016-05-20 22:31:22 -07:00
2017-02-09 08:01:28 -05:00
2016-06-19 23:00:39 -07:00
2016-05-12 20:50:33 -07:00
2016-05-12 20:50:33 -07:00
2016-05-20 22:31:22 -07:00