https://github.com/sky0621/book_go
https://github.com/sky0621/book_go
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sky0621/book_go
- Owner: sky0621
- Created: 2019-07-21T13:35:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T15:47:18.000Z (over 6 years ago)
- Last Synced: 2023-02-28T01:01:36.070Z (over 3 years ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
"キー","バリュー"