8tomat8 / Qm9yeXMtSHVsaWk-

Simple in-memory key-value store in GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qm9yeXMtSHVsaWk-

Simple in-memory key-value store in GO

How to run

Install glide (dependency manager) https://github.com/Masterminds/glide

# Change dir to your $GOPATH/src
$ cd $GOPATH/src


# Clone repository:
$ git clone https://github.com/8tomat8/Qm9yeXMtSHVsaWk-

# Change dir
$ cd ./Qm9yeXMtSHVsaWk-

# Install packages and dependencies:  
$ glide install

# Build application
$ go build -o storeApp

# Run it =)
$ ./storeApp -host 0.0.0.0 -port 8080```

About

Simple in-memory key-value store in GO


Languages

Language:Go 100.0%