Documentation ¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CSVRead ¶
CSVRead
Example ¶
s := "name,age\nalice,18\nbob,20" rows, err := CSVRead(csv.NewReader(strings.NewReader(s))) fmt.Println(rows[0]["name"], rows[1]["age"], err)
Output: alice 20 <nil>
func CSVReadFromFile ¶
CSVReadFromFile
Types ¶
Click to show internal directories.
Click to hide internal directories.