1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-17 08:55:57 +00:00
Files
kararas_iris/hero/binding.go
Jes Cok 7fb00911d4 hero: optimize *binding'String
For faster execution,
use strconv.Itoa rather than fmt.Sprintf to convert an integer to string,
remove if statement in loop.
2023-06-15 07:34:37 +08:00

13 KiB