mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 20:17:05 +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.