mirror of https://github.com/gofiber/fiber.git
From the Go docs: "If the map is nil, the number of iterations is 0." [1] Therefore, an additional nil check for before the loop is unnecessary. [1]: https://go.dev/ref/spec#For_range Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> |
||
---|---|---|
.. | ||
cache.go | ||
cache_test.go | ||
config.go | ||
heap.go | ||
manager.go | ||
manager_msgp.go |