csv

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 License: MIT Imports: 4 Imported by: 1

README

Gout Format CSV

Provides a CSV formatter for use with Gout

Custom Headers

By default, we use the csvutil auto headers. If you provide the Formatter object with a list of custom headers, the csv output will use that instead

Formatter{
	headers []string{"foo", "bar", "baz"},
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Formatter

type Formatter struct {
	Headers []string
}

Formatter is the CSV formatter for Gout

func (Formatter) Format

func (w Formatter) Format(v interface{}) ([]byte, error)

Jump to

Keyboard shortcuts

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