Fix imports.

This commit is contained in:
Arseny Balobanov 2020-03-20 01:02:50 +03:00
parent 235923eba8
commit fb5f9d5aad
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ import (
"github.com/gorilla/handlers"
"github.com/gorilla/mux"
"gitlab.com/slon/shad-go/todo/models"
"gitlab.com/slon/shad-go/todo/utils"
"gitlab.com/slon/shad-go/coverme/models"
"gitlab.com/slon/shad-go/coverme/utils"
)
type App struct {

View file

@ -8,7 +8,7 @@ import (
"fmt"
"net/http"
"gitlab.com/slon/shad-go/todo/models"
"gitlab.com/slon/shad-go/coverme/models"
)
type Client struct {