Move packages out of dirs

Fixes #2
This commit is contained in:
Daan Sprenkels
2019-09-15 17:43:09 +02:00
parent 66bbac8a8a
commit b7a4b1fee8
5 changed files with 8 additions and 8 deletions

View File

@@ -9,9 +9,9 @@ import (
"github.com/gorilla/mux"
"github.com/pkg/errors"
"gitea.hashru.nl/dsprenkels/rushlink/internal/db"
"gitea.hashru.nl/dsprenkels/rushlink/internal/handlers"
"gitea.hashru.nl/dsprenkels/rushlink/internal/metrics"
"gitea.hashru.nl/dsprenkels/rushlink/db"
"gitea.hashru.nl/dsprenkels/rushlink/handlers"
"gitea.hashru.nl/dsprenkels/rushlink/metrics"
)
type ParsedArguments struct {