mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 05:23:47 +00:00
commit
daf29eee86
2
app.go
2
app.go
@ -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{}
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user