add fiber app

This commit is contained in:
Mauricio Siu
2024-06-30 20:18:09 -06:00
parent e613f0cae5
commit 4895d3c8ef
10 changed files with 128 additions and 157 deletions

View File

@@ -1,5 +1,7 @@
module goapi.railway.app
// +heroku goVersion 1.16
go 1.21.7
module fiber
require github.com/julienschmidt/httprouter v1.3.0
go 1.16
require github.com/gofiber/fiber/v2 v2.42.0