olympum / oarsman

Application Interface for the WaterRower S4
54 stars 7 forks source link

Fix temp folder issue on Ubuntu. #8

Closed ew-git closed 4 years ago

ew-git commented 4 years ago

Fixes #7 by using filepath.Join(). The other dirs didn't have the same issue, so I didn't change their code. It may be safer to use filepath.Join() than + string(os.PathSeparator) +

I cannot test on OSX or Windows.

olympum commented 4 years ago

LGTM. Thank you!