Skip to content

v0.0.7版本

Compare
Choose a tag to compare
@guonaihong guonaihong released this 08 Mar 05:34
· 6 commits to master since this release

新增IfElseAny接口

o := map[string]any{"hello": "hello"}
a := []any{"hello", "world"}
fmt.Printf("%#v", IfElseAny(o != nil, o, a))