go_csv

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 License: MIT Imports: 1 Imported by: 0

README

go-csv

Go Reference

go-csv is a powerful and easy-to-use Go language CSV processing library, designed to offer enhanced features compared to the native Go CSV library. The primary goal of this library is to streamline the processes of reading, writing, and manipulating CSV data, enabling developers to handle large amounts of structured data with ease.


Install

go get -u github.com/generalzy/go-csv

Documentation

Index

Constants

View Source
const (
	Tag = "csv"
)

Variables

View Source
var (
	InvalidTypeError     = errors.New("invalid type")
	UnsupportedTypeError = errors.New("unsupported type")

	CannotSetError = errors.New("cannot set value")

	MissingHeadError = errors.New("must write head firstly")

	NilPointerError = errors.New("nil pointer")
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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