mirror of
https://github.com/soypat/lneto.git
synced 2026-09-08 15:59:10 +00:00
continue reworking node API
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ type Client struct {
|
||||
sysprec int8
|
||||
}
|
||||
|
||||
func (c *Client) Reset(now func() time.Time, sysprec int8) {
|
||||
func (c *Client) Reset(sysprec int8, now func() time.Time) {
|
||||
*c = Client{
|
||||
connID: c.connID + 1,
|
||||
_now: now,
|
||||
|
||||
Reference in New Issue
Block a user