Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Added missing syntax highlighting tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabrin committed May 15, 2020
1 parent dcb3cf9 commit a528249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mock.Now().UTC() // 1970-01-01 02:00:00 +0000 UTC
Timers and Tickers are also controlled by this same mock clock. They will only
execute when the clock is moved forward:

```
```go
mock := clock.NewMock()
count := 0

Expand Down

0 comments on commit a528249

Please sign in to comment.