Rename app->internal
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package database
|
||||
|
||||
import (
|
||||
"GoWeb/app"
|
||||
"GoWeb/internal"
|
||||
"database/sql"
|
||||
"fmt"
|
||||
_ "github.com/lib/pq"
|
||||
|
@ -1,7 +1,7 @@
|
||||
package database
|
||||
|
||||
import (
|
||||
"GoWeb/app"
|
||||
"GoWeb/internal"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/lib/pq"
|
||||
|
Reference in New Issue
Block a user