Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gozeloglu committed Oct 15, 2021
1 parent 4186e4f commit 0478c05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ func main() {
jack := db.Get("jack")
fmt.Println(jack)

err = db.Close()
err = db.Close() // Call while closing the database.
if err != nil {
log.Fatalf(err.Error())
}
}

```

## LICENSE

[MIT](https://github.com/gozeloglu/kvs/blob/main/LICENSE)

0 comments on commit 0478c05

Please sign in to comment.