package
0.10.2
Repository: https://github.com/guionardo/go-gstools.git
Documentation: pkg.go.dev

# Functions

Creates a new basic schedule.
No description provided by the author
Parse a duration string in the format "hh:mm:ss" or "hh:mm" or in duration string (see time.ParseDuration).
Get the date of today without time.
Get the date of tomorrow without time.
Get the current time of day without date.

# Structs

Schedule represents a scheduled event You can use the builder pattern to create a schedule: schedule := NewSchedule("test").Every(300 * time.Millisecond).
No description provided by the author

# Type aliases

No description provided by the author