mirror of
https://github.com/quii/learn-go-with-tests.git
synced 2025-12-08 20:36:07 +00:00
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.
This commit is contained in:
parent
24a18fad9f
commit
2a577dfdd2
2
time.md
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user