An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : github.com/askeladdk/csvbuddy

Package csvbuddy implements a convenient interface for encoding and decoding CSV files. Only slices of structs can be encoded and decoded because CSV is defined as a list of records. Every exported struct field is interpreted as a CSV column. Struct fields are automatically mapped by name to a CSV column. Use the "csv" struct field tag to customize how each field is marshaled. The following struct field types are supported: bool, int[8, 16, 32, 64], uint[8, 16, 32, 64], float[32, 64], complex[64, 128], []byte, string, encoding.TextMarshaler, encoding.TextUnmarshaler. Other values produce an error. Pointers to any of the above types are interpreted as optional types. Optional types are decoded if the parsed field is not an empty string, and they are encoded as an empty string if the pointer is nil.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/askeladdk/csvbuddy
License: ISC
Latest release: about 3 years ago
First release: almost 4 years ago
Namespace: github.com/askeladdk
Dependent repositories: 1
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 8 days ago

    Loading...
    Readme
    Loading...