lkelly93 / scheduler

Schedules and runs foreign code sequentially.
MIT License
0 stars 1 forks source link

Reformat Program.go #5

Closed lkelly93 closed 4 years ago

lkelly93 commented 4 years ago

It is worth exploring how to implement program.go with interfaces instead of structs.

lkelly93 commented 4 years ago

https://github.com/lkelly93/scheduler/commit/4a61855888f11eedc5731b4b912e3369989d9224

Completed