[go-nuts] Re: Recommended way to distribute pre-compiled C-dependencies for modules using CGO ?

2023-10-13 Thread Jan
Thanks Tamás, I may not be understanding correctly, but after taking a look at github.com/godror/godror, and the odpi subdirectory, I see it is including all the `.c` files on the fly . A couple of reasons immediately come to mind, tha

Re: [go-nuts] bufio.Scanner - possible bug or doc err?

2023-10-13 Thread Ian Lance Taylor
On Thu, Oct 12, 2023 at 11:42 PM 'Mark' via golang-nuts wrote: > > Yes, I can see now. > > Perhaps consider changing: > > Programs that need more control over error handling or large tokens, or must > run sequential scans on a reader, should use bufio.Reader instead. > > to: > > Programs that nee