fix: imports internal libs correctly
This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@ import (
|
|||||||
"github.com/go-chi/cors"
|
"github.com/go-chi/cors"
|
||||||
"github.com/joho/godotenv"
|
"github.com/joho/godotenv"
|
||||||
|
|
||||||
"github.com/yourname/deflated/internal/db"
|
"git.seaofstars.xyz/mohd/deflated/internal/db"
|
||||||
"github.com/yourname/deflated/internal/handlers"
|
"git.seaofstars.xyz/mohd/deflated/internal/handlers"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user