gocarina / gocsv

The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language
MIT License
1.95k stars 243 forks source link

time format mistake in README.md and examples/full/main.go #253

Open ColaMint opened 1 year ago

ColaMint commented 1 year ago

date.Time.Format("20060201") -> date.Time.Format("20060102")

phllpmcphrsn commented 1 year ago

Can I work on this as a goodfirstissue?