1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 05:23:47 +00:00

Merge pull request #472 from Fenny/master

v1.12.0-alpha
This commit is contained in:
fenny 2020-06-15 15:50:18 +02:00 committed by GitHub
commit 43d87ceff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

@ -28,7 +28,7 @@ import (
)
// 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
type Map map[string]interface{}