package
0.5.0
Repository: https://github.com/kilnfi/go-utils.git
Documentation: pkg.go.dev

# Functions

NewStore creates a Store which data is kept in file path.

# Structs

Store allows to store data in csv format.

# Interfaces

Marshaller is the interface implemented by types that can marshal themselves into valid CSV record.
Unmarshaler is the interface implemented by types that can unmarshal a CSV record description of themselves.