diff options
author | jloup <jloup@jloup.work> | 2018-05-14 20:56:25 +0200 |
---|---|---|
committer | jloup <jloup@jloup.work> | 2018-05-14 20:56:25 +0200 |
commit | 1d68446ae893f1d21f5392fecd8122bbc7a06b5d (patch) | |
tree | a7a84e5292e8cfa30d2fb2a451d979bf4a351689 /cmd | |
parent | 335b0c9bdc3e129f14bc40dd5f125b3526a83a40 (diff) | |
download | Front-0.0.17.tar.gz Front-0.0.17.tar.zst Front-0.0.17.zip |
Better go import paths.v0.0.17
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/app/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/app/main.go b/cmd/app/main.go index 4405bf1..3f071de 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go | |||
@@ -6,8 +6,8 @@ import ( | |||
6 | "strings" | 6 | "strings" |
7 | "time" | 7 | "time" |
8 | 8 | ||
9 | "immae.eu/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front/api" | 9 | "git.immae.eu/Cryptoportfolio/Front.git/api" |
10 | "immae.eu/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front/db" | 10 | "git.immae.eu/Cryptoportfolio/Front.git/db" |
11 | 11 | ||
12 | "github.com/gin-contrib/cors" | 12 | "github.com/gin-contrib/cors" |
13 | "github.com/gin-gonic/gin" | 13 | "github.com/gin-gonic/gin" |