code cleanup

This commit is contained in:
Nishaad Ajani 2019-03-15 13:10:57 +08:00
parent 564a60a44c
commit af41c88b24

View File

@ -100,11 +100,7 @@ func NewNode(node int64) (*Node, error) {
return nil, errors.New("Node number must be between 0 and " + strconv.FormatInt(nodeMax, 10))
}
return &Node{
// time: 0,
node: node,
step: 0,
}, nil
return &Node{node: node}, nil
}
// Generate creates and returns a unique snowflake ID