summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-12-21 23:38:14 -0500
committerrsiddharth <s@ricketyspace.net>2020-12-21 23:38:14 -0500
commit19f8b1df519f4cb20e4b6060d6296d9d501a57f4 (patch)
treefdca6c483936bb20c17f2685baf096213c4fc6e4 /lib
parent5967931a29a8588b79ecb732ecc81571f518eed2 (diff)
lib/web: update import statment
Diffstat (limited to 'lib')
-rw-r--r--lib/web.go4
1 files changed, 1 insertions, 3 deletions
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