From 82a88033b3936e66fcb89dc4fe65ac8e43e2d1ee Mon Sep 17 00:00:00 2001 From: Thomas Schwery Date: Mon, 6 Feb 2017 13:18:32 +0100 Subject: [PATCH] Mark finished skills --- main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.go b/main.go index 239e2b8..846280a 100644 --- a/main.go +++ b/main.go @@ -158,6 +158,10 @@ func printCharacterSkillQueue(swaggerclient *ESI.App, m *Character) { // The queue is only updated when the user logs in with the client // we thus need to do the computations and filtering ourselves if finishDate.Before(time.Now()) { + fmt.Printf(" ✔ % 32s - L%d\n", + name, + *skill.FinishedLevel, + ) continue }