From 19f8b1df519f4cb20e4b6060d6296d9d501a57f4 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 21 Dec 2020 23:38:14 -0500 Subject: lib/web: update import statment --- lib/web.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/web.go b/lib/web.go index ab50fc8..fbdd19d 100644 --- a/lib/web.go +++ b/lib/web.go @@ -3,9 +3,7 @@ package lib -import ( - "crypto/rand" -) +import "crypto/rand" type Profile map[string]string -- cgit v1.2.3