mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
typo
This commit is contained in:
parent
22c8ec0a80
commit
51d3dc7f6b
@ -141,7 +141,7 @@ func (h Handler) serveRaft(ctx context.Context, w http.ResponseWriter, r *http.R
|
||||
}
|
||||
}
|
||||
|
||||
// genId generates an random id that is: n < 0 < n.
|
||||
// genId generates a random id that is: n < 0 < n.
|
||||
func genId() int64 {
|
||||
for {
|
||||
b := make([]byte, 8)
|
||||
|
Loading…
x
Reference in New Issue
Block a user