From 3294c1c437566d1ce62ffe846b4aebb860fe611b Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 12 Sep 2023 10:38:55 -0400 Subject: [PATCH] auto --- p2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2.md b/p2.md index 1dc915b..015eb92 100644 --- a/p2.md +++ b/p2.md @@ -169,7 +169,7 @@ locking behavior identical as shown in the video. ## Notes - Use the `context` to set RPC timeouts to 60 seconds. -- Your webserver should spawn off your `http` server in a new goroutine, and be always available. +- Your server main should spawn off your `http` server in a new goroutine, and be always available. ## Grading I will assign grades vaguely as follow: -- GitLab