1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-03-01 00:35:28 +08:00

doc: format document

This commit is contained in:
dudaodong
2023-01-13 10:47:47 +08:00
parent ce3b6b461e
commit 6f27e0bfbf

View File

@@ -148,7 +148,7 @@ func main() {
fmt.Println(peoples) fmt.Println(peoples)
// Output: // Output:
//[{d 8} {b 10} {c 17} {a 20} {e 28}] // [{d 8} {b 10} {c 17} {a 20} {e 28}]
} }
``` ```