diff options
author | Emile <hanemile@protonmail.com> | 2020-03-15 21:30:58 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-15 21:30:58 +0100 |
commit | 62d5e8535ec1195d456b90cec42b6a20ad53ec95 (patch) | |
tree | 37205dee62ecda87c4c3187b0d3d6b16b8063187 /src/main.go | |
parent | 9b0dd37087fd7d235a6bd4bac2a73dde7b09b81b (diff) |
improts
Diffstat (limited to 'src/main.go')
-rw-r--r-- | src/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.go b/src/main.go index c5ce513..db0b601 100644 --- a/src/main.go +++ b/src/main.go @@ -8,8 +8,8 @@ import ( "strings" "syscall" - "git.darknebu.la/emile/corona-metrics/src/structs" - "git.darknebu.la/emile/corona-metrics/src/http" + "git.darknebu.la/emile/faila/src/http" + "git.darknebu.la/emile/faila/src/structs" "github.com/sirupsen/logrus" "github.com/spf13/viper" ) |