From cbb3e86ae93a39bdc1aca5de9208179ff158e75a Mon Sep 17 00:00:00 2001
From: hanemile <hanemile@protonmail.com>
Date: Mon, 21 Jan 2019 21:06:53 +0100
Subject: .

---
 main.go | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/main.go b/main.go
index e494ab7..6cce1ca 100644
--- a/main.go
+++ b/main.go
@@ -20,11 +20,6 @@ var (
 	mutex   = &sync.Mutex{}
 )
 
-type metric struct {
-	key   string
-	value float64
-}
-
 // indexHandler handles incomming requests on the / endpoint
 func indexHandler(w http.ResponseWriter, r *http.Request) {
 	infostring := `Galaxy Simulator Manager 
-- 
cgit 1.4.1