7 lines
101 B
Go
7 lines
101 B
Go
|
package scheduler
|
||
|
|
||
|
// Setup configures and starts the scheduler for the main tasks
|
||
|
func Setup() {
|
||
|
|
||
|
}
|