bug fixes for go 1.19 update

This commit is contained in:
SowinskiBraeden committed 2023-01-07 15:10:55 -08:00
1 parent c3aaec9798
commit 0d29e1f382
7 files changed
+114 -102

No files matched your search

+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/SowinskiBraeden/school-management-api
go 1.18
go 1.19
require (
github.com/gofiber/fiber/v2 v2.36.0