chore: add
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
|
||||
- 第三方库集合 (你可以在其中尝试找到你需要的东西)
|
||||
|
||||
https://github.com/avelino/awesome-go
|
||||
<https://github.com/avelino/awesome-go>
|
||||
|
||||
https://github.com/jobbole/awesome-go-cn
|
||||
<https://github.com/jobbole/awesome-go-cn>
|
||||
|
||||
## 扩展接口
|
||||
|
||||
@@ -28,7 +28,7 @@ https://github.com/jobbole/awesome-go-cn
|
||||
|
||||
## 优化存储
|
||||
|
||||
如果将信息全部放在结构体(内存)中,程序关闭后就将丢失已经登录的所有信息,请尝试使用“数据库”为你的服务添加永久存储的能力。
|
||||
如果将信息全部放在结构体 (内存) 中,程序关闭后就将丢失已经登录的所有信息,请尝试使用“数据库”为你的服务添加永久存储的能力。
|
||||
|
||||
## 日志
|
||||
|
||||
|
||||
Reference in New Issue
Block a user