Hi @jhuggart, i thought that your usage of time.untill was really good so i decided to simplify the current version (which manually decrements the interval on the ratiospoof.go in order to print it on the printer.go). Now we have a estimatedTimeToAnnounce on the ratiospoofstate struct, and for every print iteration we use time.until to find the remaining time.
Hi @jhuggart, i thought that your usage of time.untill was really good so i decided to simplify the current version (which manually decrements the interval on the ratiospoof.go in order to print it on the printer.go). Now we have a estimatedTimeToAnnounce on the ratiospoofstate struct, and for every print iteration we use time.until to find the remaining time.
What do you think about that? thank youu