Ecosyste.ms: Packages

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

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/m1kc/go-cswizard

Package cswizard is a CSV writer that doesn't stand in your way as your system evolves. Using `encoding/csv` directly is fine when you want to just do the thing and forget it. Long-living projects, however, are rarely done this way: every day business demands to add new columns, remove and reorder them, and under this conditions `encoding/csv` becomes too fragile due to nature of its API: you just can't change one thing and be sure that everything else would keep working. With CSWizard, you can. So, in a nutshell, that's a small wrapper around `encoding/csv` for reports that change often in various ways. A typical usage would be something like that:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/m1kc/go-cswizard
Keywords: csv, csv-document, csv-format, csv-writer, go, golang, wrapper, wrapper-api, wrapper-library
License: MIT
Latest release: about 7 years ago
First release: about 7 years ago
Namespace: github.com/m1kc
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago

    Loading...
    Readme
    Loading...