This commit is contained in:
Blake Mizerany
2014-09-02 16:59:29 -07:00
committed by Yicheng Qin
parent fa11eef6d0
commit d218034630
7 changed files with 94 additions and 44 deletions

View File

@ -10,7 +10,7 @@ func saveStateToDisk(st pb.State) {}
func saveToDisk(ents []pb.Entry) {}
func Example_Node() {
n := Start(0, nil)
n := Start(0, nil, 0, 0)
// stuff to n happens in other goroutines