Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sky0621/book_go


https://github.com/sky0621/book_go

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# book_go

## Env


$ go version
go version go1.11.4 linux/amd64

## Recipe

### アプリ起動


$ book

#

### アプリ終了


end

$

### ヘルプ


help

*show help

### 保存


save key01 val01

### 取得


get key01

val01

### 削除


remove key01

### 一覧表示


list

"key","value"
"key01","val01"
"11111","22222"
"キー","バリュー"