Fix imports.
This commit is contained in:
parent
235923eba8
commit
fb5f9d5aad
2 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ import (
|
||||||
"github.com/gorilla/handlers"
|
"github.com/gorilla/handlers"
|
||||||
"github.com/gorilla/mux"
|
"github.com/gorilla/mux"
|
||||||
|
|
||||||
"gitlab.com/slon/shad-go/todo/models"
|
"gitlab.com/slon/shad-go/coverme/models"
|
||||||
"gitlab.com/slon/shad-go/todo/utils"
|
"gitlab.com/slon/shad-go/coverme/utils"
|
||||||
)
|
)
|
||||||
|
|
||||||
type App struct {
|
type App struct {
|
||||||
|
|
|
@ -8,7 +8,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"gitlab.com/slon/shad-go/todo/models"
|
"gitlab.com/slon/shad-go/coverme/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Client struct {
|
type Client struct {
|
||||||
|
|
Loading…
Reference in a new issue