From dbceac7edf7e3cff8806daa5501d1dc9aea16d50 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Wed, 18 Jan 2023 21:05:40 +0100 Subject: [PATCH] Removed comment in hosts.go --- internal/app/hosts.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/internal/app/hosts.go b/internal/app/hosts.go index 5cf4077..86e3cf7 100644 --- a/internal/app/hosts.go +++ b/internal/app/hosts.go @@ -15,13 +15,6 @@ import ( mongoOptions "go.mongodb.org/mongo-driver/mongo/options" ) -// { -// "3b7e3926-03ce-4407-bc3f-85ed2f01ee42": { -// "name": "Localhost", -// "uri": "mongodb://localhost:27017" -// } -// } - type Host struct { Name string `json:"name"` URI string `json:"uri"`