Files
authorizer/server/utils
Eng Zer Jun f3b672a4cf refactor(server/utils): remove redundant nil check
From the Go specification:

  "3. 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>
2023-09-09 12:57:20 +08:00
..
2023-05-12 16:39:02 +05:30
2022-08-02 18:26:05 +05:30
2022-11-12 23:54:37 +05:30
2022-03-02 17:42:31 +05:30
2023-08-01 16:09:17 +05:30
2022-08-22 09:25:10 +02:00
2022-01-17 11:32:13 +05:30