sm
/
cache
1
0
Fork 0

added go syntax highlighting to README

This commit is contained in:
Darren McCleary 2016-01-27 11:56:21 -05:00
parent 5849ccb308
commit da6326cd69
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats
### Usage
```go
import (
"fmt"
"github.com/patrickmn/go-cache"
@ -99,7 +100,7 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats
// 2
}
```
### Reference