Use sync.Mutex as value

pull/403/head
max furman 4 years ago
parent 272cce522e
commit 4c48048615

@ -18,7 +18,7 @@ import (
var defaultOrderExpiry = time.Hour * 24
// Mutex for locking ordersByAccount index operations.
var ordersByAccountMux = &sync.Mutex{}
var ordersByAccountMux sync.Mutex
// Order contains order metadata for the ACME protocol order type.
type Order struct {

Loading…
Cancel
Save