pongo2 icon indicating copy to clipboard operation
pongo2 copied to clipboard

fix 'map[interface{}]interface{} sorted not work' bug

Open zwczou opened this issue 7 years ago • 1 comments

when value is interface{}, vi.String() return interface{} string, sorted not work

use fmt.Sprint(vi.Interface()) replace vi.String()

zwczou avatar Sep 22 '18 15:09 zwczou

Can you please add some tests? Thanks.

flosch avatar Aug 05 '20 08:08 flosch