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

add playground demo

This commit is contained in:
dudaodong
2024-02-01 10:41:09 +08:00
parent 6d4fc981b6
commit fa298b740d
8 changed files with 21 additions and 18 deletions

View File

@@ -754,7 +754,7 @@ func escapeCSVField(field string, delimiter rune) string {
}
// WriteMapsToCsv write slice of map to csv file.
// Play: todo
// Play: https://go.dev/play/p/umAIomZFV1c
// filepath: Path to the CSV file.
// records: Slice of maps to be written. the value of map should be basic type.
// the maps will be sorted by key in alphabeta order, then be written into csv file.