This commit is contained in:
Cel A. Skeggs
2021-02-15 17:58:11 -05:00
parent b8053cc3f5
commit aa04d6cf34

View File

@@ -18,23 +18,14 @@ package raft
//
import (
"bytes"
"fmt"
"log"
"math/rand"
"reflect"
// "bytes"
"sync"
"sync/atomic"
"time"
"6.824/labgob"
// "6.824/labgob"
"6.824/labrpc"
)
// import "bytes"
// import "6.824/labgob"
//
// as each Raft peer becomes aware that successive log entries are