gpmd / filehelper

Quick File Helper (tar, csv etc) functions for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Helper

Documentation Go Report Card Build Status

See (limited) tests for example usage. This package is used by some other projects, you might find it useful as well, but this package is a borderline anti-pattern.

Main responsibilities:

  • read and write csv
  • unified file read for csv, xml or json with extendible parsing
  • template parsing with handy functions - see tests

About

Quick File Helper (tar, csv etc) functions for Go

License:MIT License


Languages

Language:Go 100.0%