File: package.go

package info (click to toggle)
golang-github-wildducktheories-go-csv 0.0~git20210709.8745000-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 200 kB
  • sloc: makefile: 5
file content (4 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
// Package csv provides stream abstractions that allow the fields of a CSV record to be addressed by the values of the fields of the stream's header record.
//
// It provides an alternative to the stream abstractions in encoding/csv which use unnamed string slices as the stream record type.
package csv