From 2a577dfdd268dbddecde6d051940e8cc21d7e2fe Mon Sep 17 00:00:00 2001 From: Lucas Melin Date: Wed, 20 Apr 2022 14:58:37 -0400 Subject: [PATCH] Change filename to blind_alerter.go (#554) Fix the casing on BlindAlerter.go to be consistent. When comparing with https://github.com/quii/learn-go-with-tests/tree/main/time/v1 the filename should be snake case instead. --- time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time.md b/time.md index 7b356f0..0f72419 100644 --- a/time.md +++ b/time.md @@ -375,7 +375,7 @@ Try running the app and it won't compile, complaining about not enough args to ` Let's create an implementation of `BlindAlerter` that we can use in our application. -Create `BlindAlerter.go` and move our `BlindAlerter` interface and add the new things below +Create `blind_alerter.go` and move our `BlindAlerter` interface and add the new things below ```go package poker