mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 20:45:05 +08:00
11 lines
89 B
Go
11 lines
89 B
Go
package main
|
|
|
|
import (
|
|
"zsxyww.com/scheduler/config"
|
|
)
|
|
|
|
func main() {
|
|
|
|
config.Load()
|
|
}
|