From 2356d4b2b3c1d027eb566689558e57dde1fe4b64 Mon Sep 17 00:00:00 2001 From: Hugo <hnouts@grandlyon.com> Date: Wed, 22 Apr 2020 17:38:39 +0200 Subject: [PATCH] update imports --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7f092a5..f3ebea5 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "net/http" "io/ioutil" "strconv" - // "strings" + "strings" ) var ( -- GitLab