Changed module name.
This commit is contained in:
parent
f3545473af
commit
a986686247
59 changed files with 152 additions and 134 deletions
4
main.go
4
main.go
|
|
@ -9,8 +9,8 @@ import (
|
|||
"os/signal"
|
||||
"time"
|
||||
|
||||
"goweb/routes"
|
||||
"goweb/services"
|
||||
"github.com/mikestefanello/pagoda/routes"
|
||||
"github.com/mikestefanello/pagoda/services"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue