From e27709080ab423163c46e4ebf685a0b37e60862e Mon Sep 17 00:00:00 2001 From: David Fifield Date: Tue, 24 Dec 2019 19:16:10 -0700 Subject: [PATCH] Update a comment: we no longer keep track of handlers. --- client/snowflake.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/snowflake.go b/client/snowflake.go index 3c496e0..28bf7e9 100644 --- a/client/snowflake.go +++ b/client/snowflake.go @@ -194,7 +194,7 @@ func main() { }() } - // keep track of handlers and wait for a signal + // wait for a signal <-sigChan // signal received, shut down