From da6326cd6988896b4c13f071cdd6d969223290b9 Mon Sep 17 00:00:00 2001 From: Darren McCleary Date: Wed, 27 Jan 2016 11:56:21 -0500 Subject: [PATCH] added go syntax highlighting to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91f0087..168ff7b 100644 --- a/README.md +++ b/README.md @@ -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