chore: add

This commit is contained in:
FallenYing
2023-10-11 23:24:20 +08:00
parent d5b500e8d9
commit c810fd1647
18 changed files with 277 additions and 264 deletions

View File

@@ -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
## 优化存储
如果将信息全部放在结构体(内存)中,程序关闭后就将丢失已经登录的所有信息,请尝试使用“数据库”为你的服务添加永久存储的能力。
如果将信息全部放在结构体 (内存) 中,程序关闭后就将丢失已经登录的所有信息,请尝试使用“数据库”为你的服务添加永久存储的能力。
## 日志