From b28b9f18b9936f9ee63e80c768f4f2d52937a986 Mon Sep 17 00:00:00 2001 From: Corey Kosak Date: Mon, 4 Nov 2024 14:53:39 -0500 Subject: [PATCH] revert: "fix(go): Disable Example_runScript for now because it breaks nightlies (#6318)" (#6331) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …nightlies (#6318)" This reverts commit 6ffb6351ae1453e5794df034e78d4a4f965553a9. --- go/pkg/client/example_run_script_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/pkg/client/example_run_script_test.go b/go/pkg/client/example_run_script_test.go index 59d38bf5e7b..1dfbee260b7 100644 --- a/go/pkg/client/example_run_script_test.go +++ b/go/pkg/client/example_run_script_test.go @@ -13,7 +13,7 @@ import ( // and how you can use the script results in the client. // // This example requires a Deephaven server to connect to, so it will not work on pkg.go.dev. -func disabled_Example_runScript() { +func Example_runScript() { // A context is used to set timeouts and deadlines for requests or cancel requests. // If you don't have any specific requirements, context.Background() is a good default. ctx := context.Background()