mirror of
https://github.com/imjasonh/csvstruct
synced 2026-07-09 19:36:41 +00:00
slight tweaks, add TODOs
This commit is contained in:
parent
3d555447d4
commit
c1191dc0b4
2 changed files with 10 additions and 5 deletions
|
|
@ -58,3 +58,7 @@ func reverse(in []string) map[string]int {
|
|||
}
|
||||
return m
|
||||
}
|
||||
|
||||
// TODO: NewEncoder/EncodeNext -- header will be fields in first item...
|
||||
// TODO: Encode/Decode map[string]interface{} ?
|
||||
// TODO: Encode/Decode non-string values?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue