Skip to content

Commit da6326c

Browse files
committed
added go syntax highlighting to README
1 parent 5849ccb commit da6326c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats
1919

2020
### Usage
2121

22+
```go
2223
import (
2324
"fmt"
2425
"github.com/patrickmn/go-cache"
@@ -99,7 +100,7 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats
99100
// 2
100101

101102
}
102-
103+
```
103104

104105
### Reference
105106

0 commit comments

Comments
 (0)