csvrecord

package
v0.0.0-...-63f5abb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package csvrecord reads a CSV file into a a slice of Record. A Record represents a row in the CSV, with each key corresponding to a column header from the first line.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Record

type Record map[string]string

func Read

func Read(r io.Reader) ([]Record, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL