libi / dcron

轻量分布式定时任务库 a lightweight distributed job scheduler library
MIT License
422 stars 73 forks source link

some fix about spell-error and mutex and code style. #30

Closed dxyinme closed 1 year ago

dxyinme commented 1 year ago
  1. fix filename spell error
  2. change the log interface
  3. use rwmutex take the place of mutex
  4. use an independent interface dlog.Logger instead of interface {Print ... }