Benenne Packages konsistent und füge go.mod und go.sum hinzu.
This commit is contained in:
parent
02cac422f4
commit
fef8224984
20 changed files with 38 additions and 34 deletions
|
@ -3,7 +3,7 @@ package repositories
|
|||
|
||||
import (
|
||||
"database/sql"
|
||||
"sprechstundentool/models"
|
||||
"officeHours/models"
|
||||
)
|
||||
|
||||
type CourseRepo struct {
|
||||
|
|
|
@ -4,8 +4,8 @@ package repositories
|
|||
import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
"sprechstundentool/config"
|
||||
"sprechstundentool/models"
|
||||
"officeHours/config"
|
||||
"officeHours/models"
|
||||
)
|
||||
|
||||
type OfficeHourRepo struct {
|
||||
|
|
|
@ -9,9 +9,9 @@ import (
|
|||
"log"
|
||||
"math/big"
|
||||
"net/smtp"
|
||||
"sprechstundentool/config"
|
||||
"sprechstundentool/controllers"
|
||||
"sprechstundentool/models"
|
||||
"officeHours/config"
|
||||
"officeHours/controllers"
|
||||
"officeHours/models"
|
||||
)
|
||||
|
||||
type RequestRepo struct {
|
||||
|
|
|
@ -3,7 +3,7 @@ package repositories
|
|||
|
||||
import (
|
||||
"database/sql"
|
||||
"sprechstundentool/models"
|
||||
"officeHours/models"
|
||||
)
|
||||
|
||||
type RoomRepo struct {
|
||||
|
|
|
@ -3,7 +3,7 @@ package repositories
|
|||
|
||||
import (
|
||||
"database/sql"
|
||||
"sprechstundentool/models"
|
||||
"officeHours/models"
|
||||
)
|
||||
|
||||
type TutorRepo struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue