googleapis / go-sql-spanner

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

fix: autoremove container in examples #314

Open egonelbre opened 1 day ago

egonelbre commented 1 day ago

When running the examples they leave unnecessary containers hanging around. Add AutoRemove: true, to automatically remove them.