1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

doc: fix doc error

This commit is contained in:
dudaodong
2024-12-09 09:52:40 +08:00
parent a1652c7523
commit d4b425e39c
4 changed files with 63 additions and 63 deletions

View File

@@ -373,7 +373,7 @@ import (
func main() {
aMap := map[string]int{"a": 1, "b": 2, "c": 3}
result, err := ToJson(aMap)
result, err := convertor.ToJson(aMap)
if err != nil {
fmt.Printf("%v", err)