cockroachdb / cockroach-go

Packages for go clients.
Apache License 2.0
160 stars 70 forks source link

testserver: expose an option to serve the console #133

Closed stevekuznetsov closed 2 years ago

stevekuznetsov commented 2 years ago

When a test server is used as a convenient in-process CRDB server for reproducing something or showing off a feature, it's nice to be able to view the console as well.

Signed-off-by: Steve Kuznetsov skuznets@redhat.com

cockroach-teamcity commented 2 years ago

This change is Reviewable

rafiss commented 2 years ago

thank you!