From 1a760375bd124e274d067130b386af5819eeab26 Mon Sep 17 00:00:00 2001 From: Alex <43649615+bustosalex1@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:41:56 -0400 Subject: [PATCH] Fix example name in its .sh --- examples/context/context.sh | 2 +- public/context | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/context/context.sh b/examples/context/context.sh index 68d6f4db1..b6377d69e 100644 --- a/examples/context/context.sh +++ b/examples/context/context.sh @@ -1,5 +1,5 @@ # Run the server in the background. -$ go run context-in-http-servers.go & +$ go run context.go & # Simulate a client request to `/hello`, hitting # Ctrl+C shortly after starting to signal diff --git a/public/context b/public/context index c1e99e67e..a6bec16df 100644 --- a/public/context +++ b/public/context @@ -154,7 +154,7 @@ route, and start serving.

-
$ go run context-in-http-servers.go &
+
$ go run context.go &