initial commit
This commit is contained in:
11
fiber_nodebug.go
Normal file
11
fiber_nodebug.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build rngpot_nodebug
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/gofiber/fiber/v2"
|
||||
|
||||
func preinitFiberConfig() {
|
||||
}
|
||||
|
||||
func preinitFiberApp(app *fiber.App) {
|
||||
}
|
Reference in New Issue
Block a user