Fix imports.
This commit is contained in:
parent
9ce2d57196
commit
235923eba8
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ package main
|
||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
|
|
||||||
"gitlab.com/slon/shad-go/todo/app"
|
"gitlab.com/slon/shad-go/coverme/app"
|
||||||
"gitlab.com/slon/shad-go/todo/models"
|
"gitlab.com/slon/shad-go/coverme/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in a new issue