Rename app->internal

This commit is contained in:
Maximilian
2024-07-10 17:45:04 -05:00
parent ce85d6b77b
commit ce03926ce6
21 changed files with 22 additions and 22 deletions

View File

@ -1,7 +1,7 @@
package database
import (
"GoWeb/app"
"GoWeb/internal"
"database/sql"
"fmt"
_ "github.com/lib/pq"

View File

@ -1,7 +1,7 @@
package database
import (
"GoWeb/app"
"GoWeb/internal"
"errors"
"fmt"
"github.com/lib/pq"