mirror of https://github.com/gofiber/fiber.git
v1.12.0-alpha
parent
f20e66efee
commit
7beca6a961
2
app.go
2
app.go
|
@ -28,7 +28,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version of current package
|
// Version of current package
|
||||||
const Version = "1.12.0"
|
const Version = "1.12.0-alpha"
|
||||||
|
|
||||||
// Map is a shortcut for map[string]interface{}, useful for JSON returns
|
// Map is a shortcut for map[string]interface{}, useful for JSON returns
|
||||||
type Map map[string]interface{}
|
type Map map[string]interface{}
|
||||||
|
|
Loading…
Reference in New Issue