diff options
author | Emile <hanemile@protonmail.com> | 2019-10-11 14:32:37 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-11 14:32:37 +0200 |
commit | b5bd6fd60aef5682f1e0627d11a242b7709da783 (patch) | |
tree | b1a1311022e3460efdc73f1c71e3c3cf40c8e2d8 | |
parent | f590b4cc106db53cab22832b5f4a6089d1d0f420 (diff) |
removed duplicate declaration
-rw-r--r-- | src/main.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.go b/src/main.go index b974704..4f7f2ee 100644 --- a/src/main.go +++ b/src/main.go @@ -8,11 +8,6 @@ import ( var ( port *int - - // map the username to the amount of challenges solved - // TODO: challenges should get a score and the score should be exposed - // instead of "solved" or "not solved". - userScore map[string]int ) func main() { |