From b1a00a5936d53ac2880911125a265b9a3a4e3b45 Mon Sep 17 00:00:00 2001 From: Dai Jie Date: Mon, 19 Oct 2020 00:36:21 +0800 Subject: [PATCH] README.md: change the title apps to programs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff6b021..48e5228 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 7 days golang apps from scratch +# 7 days golang programs from scratch
README 中文版本 @@ -78,7 +78,7 @@ GeeRPC 是基于 Go 语言标准库 `net/rpc` 实现的,添加了协议交换
-What can I write in 7 days? A gin-like web framework? A distributed cache like groupcache? Or a simple Python interpreter? Hope this repo can give you the answer. +What can be accomplished in 7 days? A gin-like web framework? A distributed cache like groupcache? Or a simple Python interpreter? Hope this repo can give you the answer. ## Web Framework - Gee @@ -137,4 +137,4 @@ Based on golang standard library `net/rpc`, GeeRPC implements more features. eg, - Demo 1 - Hello World [Code](demo-wasm/hello-world) - Demo 2 - Register Functions [Code](demo-wasm/register-functions) - Demo 3 - Manipulate DOM [Code](demo-wasm/manipulate-dom) -- Demo 4 - Callback [Code](demo-wasm/callback) \ No newline at end of file +- Demo 4 - Callback [Code](demo-wasm/callback)