Benenne Packages konsistent und füge go.mod und go.sum hinzu.

This commit is contained in:
Gonne 2022-09-20 12:21:01 +02:00
parent 02cac422f4
commit fef8224984
20 changed files with 38 additions and 34 deletions

View file

@ -5,8 +5,8 @@ import (
"log"
"net/http"
"net/mail"
"sprechstundentool/config"
"sprechstundentool/models"
"officeHours/config"
"officeHours/models"
"strconv"
"strings"
)