aboutsummaryrefslogtreecommitdiff
path: root/api/user.go
diff options
context:
space:
mode:
authorjloup <jloup@jloup.work>2018-05-14 20:56:25 +0200
committerjloup <jloup@jloup.work>2018-05-14 20:56:25 +0200
commit1d68446ae893f1d21f5392fecd8122bbc7a06b5d (patch)
treea7a84e5292e8cfa30d2fb2a451d979bf4a351689 /api/user.go
parent335b0c9bdc3e129f14bc40dd5f125b3526a83a40 (diff)
downloadFront-1d68446ae893f1d21f5392fecd8122bbc7a06b5d.tar.gz
Front-1d68446ae893f1d21f5392fecd8122bbc7a06b5d.tar.zst
Front-1d68446ae893f1d21f5392fecd8122bbc7a06b5d.zip
Better go import paths.v0.0.17
Diffstat (limited to 'api/user.go')
-rw-r--r--api/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/user.go b/api/user.go
index 8f1a465..b285a20 100644
--- a/api/user.go
+++ b/api/user.go
@@ -9,7 +9,7 @@ import (
9 "github.com/dchest/passwordreset" 9 "github.com/dchest/passwordreset"
10 "github.com/gin-gonic/gin" 10 "github.com/gin-gonic/gin"
11 11
12 "immae.eu/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front/db" 12 "git.immae.eu/Cryptoportfolio/Front.git/db"
13) 13)
14 14
15const ( 15const (