Rename go project

This commit is contained in:
2023-09-21 10:59:41 +02:00
parent 32cb194cfc
commit 6f822ee6ef
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package controllers
import (
models "tide/api/models"
services "tide/api/services"
models "github.com/zoriya/tide/api/models"
services "github.com/zoriya/tide/api/services"
)
type Controller struct {