summary refs log tree commit diff stats
path: root/user/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'user/user.go')
-rw-r--r--user/user.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/user/user.go b/user/user.go
deleted file mode 100644
index 078215e..0000000
--- a/user/user.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package user
-
-// User holds information about the user.
-type User struct {
-	ID       string
-	Username string
-	Password string
-	Hash     string
-}