regner / albiondata-client

Distributed client for the Albion Data project.
https://albion-data.com/
MIT License
38 stars 17 forks source link

natsdumper now uses the -s flag #100

Closed Ultraporing closed 7 years ago

Ultraporing commented 7 years ago

to set the directory for dumping the nats messages in csv format.

regner commented 7 years ago

Have you taken a look at the Go CSV writer to see if that would work?

regner commented 7 years ago

Please also run goimports -w csvwriter\csv_writer.go and see if that fixes the test.

Test is failing because "path/filepath" comes after a github package.

Ultraporing commented 7 years ago

it does not, i run it every change.

regner commented 7 years ago

Well, formatting aside, have you looked at using Go's csv package?