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
Duplicate badge removed
  • Loading branch information
gozeloglu committed Oct 17, 2021
1 parent 10adaac commit 31ad9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kvs [![Go Reference](https://pkg.go.dev/badge/github.com/gozeloglu/kvs.svg)](https://pkg.go.dev/github.com/gozeloglu/kvs) [![Version](https://img.shields.io/badge/Version-v0.2.3-red)](https://github.com/gozeloglu/kvs/releases/tag/v0.2.3) [![Go Report Card](https://goreportcard.com/badge/github.com/gozeloglu/kvs)](https://goreportcard.com/report/github.com/gozeloglu/kvs) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gozeloglu/kvs) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gozeloglu/kvs) [![API Doc](https://img.shields.io/badge/-API%20Doc-orange)](https://github.com/gozeloglu/kvs/wiki/API-Documentation) [![LICENSE](https://img.shields.io/badge/license-MIT-green)](https://github.com/gozeloglu/kvs/blob/main/LICENSE)
# kvs [![Go Reference](https://pkg.go.dev/badge/github.com/gozeloglu/kvs.svg)](https://pkg.go.dev/github.com/gozeloglu/kvs) [![Go Report Card](https://goreportcard.com/badge/github.com/gozeloglu/kvs)](https://goreportcard.com/report/github.com/gozeloglu/kvs) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gozeloglu/kvs) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gozeloglu/kvs) [![API Doc](https://img.shields.io/badge/-API%20Doc-orange)](https://github.com/gozeloglu/kvs/wiki/API-Documentation) [![LICENSE](https://img.shields.io/badge/license-MIT-green)](https://github.com/gozeloglu/kvs/blob/main/LICENSE)

kvs is an in-memory key-value storage written in Go. It has 2 different usage. It can be used as a package by importing
it to your code or as a server by creating an HTTP server. kvs stores persistent data in local machine's `/tmp/kvs`
Expand Down

0 comments on commit 31ad9ce

Please sign in to comment.