353solutions / carrow

Go wrapper for Apache Arrow C++
https://arrow.apache.org/
BSD 3-Clause "New" or "Revised" License
15 stars 0 forks source link

Feature/28 - use templating and go generate to reduce code. #33

Closed yonidavidson closed 4 years ago

yonidavidson commented 4 years ago

@tebeka Basically I tried to reduce complexity by having the file in the same folder (since it also imports headers and I didn't feel like doing import from ../ (but maybe I can also solve it by adding -L) WDYT?