Skip to content

alpstable/csvpb

Repository files navigation

CSVPB

PkgGoDev Build Status Go Report Card Discord

CSVPB is a library for writing structpb-typed data to CSV.

Installation

go get github.com/alpstable/csvpb@latest

Usage

The type structpb types supported by this package are

See the gidari library to learn how to write CSV data from a web API.

Contributing

Follow this guide for information on contributing.