1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Removed comment in hosts.go

This commit is contained in:
2023-01-18 21:05:40 +01:00
parent b8f1f241f1
commit dbceac7edf

View File

@ -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"`