alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
348 stars 139 forks source link

Add go-ole to go.mod #159

Closed saedx1 closed 3 years ago

saedx1 commented 3 years ago

Hi,

First of all, thanks for this library, it's been a huge help for us over the last couple of months.

I'm aware go-ole is only used for testing here, but I feel it belongs more to this go.mod than the go.mods of the importing packages.

Thanks

alexbrainman commented 3 years ago

I'm aware go-ole is only used for testing here, but I feel it belongs more to this go.mod than the go.mods of the importing packages.

I don't use go modules myself, so I will take your word for it.

Thank you for doing it.

Alex