While working on a bug, I examined the work we did documenting the Google Cloud Bigtable client as per https://opencensus.io/integrations/google_cloud/google_cloud_bigtable/go/#end-to-end-code-sample
and noticed that we are creating two (*bigtable).AdminClient-s but only using one

There should only be one.