reugn / go-quartz

Minimalist and zero-dependency scheduling library for Go
https://pkg.go.dev/github.com/reugn/go-quartz/quartz
MIT License
1.8k stars 85 forks source link

PriorityQueue and Item should not be exported #30

Closed dolmen closed 2 years ago

dolmen commented 2 years ago

PriorityQueue and Item seems to be implementation details that should not be exported.

dolmen commented 2 years ago

Also StdScheduler.Queue should be private too.