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

Merge pull request #577 from Fenny/master

🚀 Bump version v1.12.6
This commit is contained in:
fenny 2020-07-10 08:03:48 -04:00 committed by GitHub
commit daf29eee86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

2
app.go
View File

@ -34,7 +34,7 @@ import (
)
// Version of current package
const Version = "1.12.5"
const Version = "1.12.6"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}

View File

@ -73,9 +73,6 @@ func Test_Utils_getGroupPath(t *testing.T) {
utils.AssertEqual(t, "/v1/api/", res)
}
//////////////////////////////////////////////
///////////////// BENCHMARKS /////////////////
//////////////////////////////////////////////
// go test -v -run=^$ -bench=Benchmark_Utils_ -benchmem -count=3
func Benchmark_Utils_getGroupPath(b *testing.B) {