Add examples to readme

This commit is contained in:
2018-06-17 13:56:44 +02:00
parent df01f2eed7
commit 0df8b1ec84
2 changed files with 32 additions and 2 deletions
-1
View File
@@ -19,7 +19,6 @@ func TestFileCache(t *testing.T) {
if err != nil {
t.Fatalf("Error occurred while loading cache: %v", err)
}
if res != exp {
t.Errorf("Expected %d, got %d", exp, res)
}