From 4ada6ee7c923ff19f91e51f6f9ac42052e77f4ed Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 7 Aug 2021 11:54:22 -0400 Subject: [PATCH] Remove unneeded constants --- core/uptime.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/uptime.go b/core/uptime.go index cb33e10f..a3d909ab 100644 --- a/core/uptime.go +++ b/core/uptime.go @@ -1,14 +1,5 @@ package core -import ( - "time" -) - -const ( - numberOfHoursInTenDays = 10 * 24 - sevenDays = 7 * 24 * time.Hour -) - // Uptime is the struct that contains the relevant data for calculating the uptime as well as the uptime itself // and some other statistics type Uptime struct {