Commit Graph

2 Commits

Author SHA1 Message Date
Mithun Ayachit
c46413539e replace WaitGroup with errgroup to allow error handling and propagation
The program now exits with a non-zero code when errors are encountered
while reading and/or writing files.

This now also introduces Go Modules for dependency management
2020-02-12 06:05:24 -06:00
alex
84b339fa57 Add Travis CI integration
A simple setup to test on latest release
and one previous version of Go.

Also, run fmt and golint before testing.
2018-12-19 09:27:53 +01:00