summaryrefslogtreecommitdiffstats
path: root/lib/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/web.go')
-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