sm
/
cache
1
0
Fork 0

Remove leading spaces from README

This commit is contained in:
Patrick Mylund Nielsen 2012-01-29 05:42:07 +01:00
parent eaf2373adf
commit 73233e97c3
1 changed files with 66 additions and 64 deletions

2
README
View File

@ -8,9 +8,11 @@ be saved to and loaded from a file (or any io.Reader/Writer) to recover from
downtime quickly. downtime quickly.
== Installation == Installation
goinstall github.com/pmylund/go-cache goinstall github.com/pmylund/go-cache
== Usage == Usage
import "github.com/pmylund/go-cache" import "github.com/pmylund/go-cache"
// Create a cache with a default expiration time of 5 minutes, and which // Create a cache with a default expiration time of 5 minutes, and which