use enumer generate tool for state strings
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
"github.com/zrepl/zrepl/replication/pdu"
|
||||
)
|
||||
|
||||
//go:generate stringer -type=State
|
||||
//go:generate enumer -type=State
|
||||
type State uint
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user