Skip to content

Commit 1881a9b

Browse files
committed
Merge pull request #29 from darrenmcc/master
added go syntax highlighting to README
2 parents 5849ccb + da6326c commit 1881a9b

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)