I can’t use duckdb in Go because I get an error importing the package
I started using duckdb. I’ve been using duckdb from Python, but recently I started using Go. I followed the official website to run a sample of using duckdb from Go, just like using sqlite3 from Go. However, the sample doesn’t work and I’m having trouble. Is there a good way to fix this? I’ve tried reinstalling the gcc compiler, but it didn’t work. It seems like the library isn’t being recognized, so if there’s a good way to fix it, please let me know.