great
This commit is contained in:
parent
66884c64bb
commit
4b8230c1ff
18 changed files with 29 additions and 23 deletions
8
main.go
8
main.go
|
|
@ -5,10 +5,10 @@ import (
|
|||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/Bronku/iroon/auth"
|
||||
"github.com/Bronku/iroon/logging"
|
||||
"github.com/Bronku/iroon/server"
|
||||
"github.com/Bronku/iroon/store"
|
||||
"github.com/Bronku/cake-order-tracker/auth"
|
||||
"github.com/Bronku/cake-order-tracker/logging"
|
||||
"github.com/Bronku/cake-order-tracker/server"
|
||||
"github.com/Bronku/cake-order-tracker/store"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue