7 lines
89 B
Go
7 lines
89 B
Go
|
package influx
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
// Now returns the current time
|
||
|
type Now func() time.Time
|