googleapis / go-sql-spanner

Google Cloud Spanner driver for Go's database/sql package.
Apache License 2.0
104 stars 19 forks source link

fix(examples): make compilable and add a test runner for the samples #256

Closed egonelbre closed 3 months ago

egonelbre commented 3 months ago

Fixes #255

egonelbre commented 3 months ago

It probably would be useful to run all examples/* in the github tests as well, to make sure they compile, run and work.