mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
For faster execution, use strconv.Itoa rather than fmt.Sprintf to convert an integer to string, remove if statement in loop.
For faster execution, use strconv.Itoa rather than fmt.Sprintf to convert an integer to string, remove if statement in loop.