Merge pull request #3727 from yichengq/govet

raft: fix malformed example name
This commit is contained in:
Yicheng Qin 2015-10-20 16:51:47 -07:00
commit 8d3ed0176c

View File

@ -23,7 +23,7 @@ func sendMessages(msgs []pb.Message) {}
func saveStateToDisk(st pb.HardState) {}
func saveToDisk(ents []pb.Entry) {}
func Example_Node() {
func ExampleNode() {
c := &Config{}
n := StartNode(c, nil)