diff options
author | Emile <hanemile@protonmail.com> | 2019-10-09 01:03:39 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-09 01:03:39 +0200 |
commit | fdbbe76713432140a766494e5833b0c7b38496ff (patch) | |
tree | 5d604d6856f31ef0c845bcc23181981b22af5097 | |
parent | f70978760b309fae9a5529da6e023b2f4582ddbf (diff) |
removed the companion map as it is not used
-rw-r--r-- | src/http.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http.go b/src/http.go index 0f81f37..2c15fc6 100644 --- a/src/http.go +++ b/src/http.go @@ -16,9 +16,6 @@ import ( var ( port *int // port the http server listens on usernames []string // list of usernames - // map usernames to their companion containers - // the companion containers get assigned a random string used to identify itself - companion map[string]string ) // Credentials stores user credentials |