This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 开发规范
## 注意
如果开发中发现什么开发规则或者技巧,你可以更新在这个文档,供其他人看
如果下面某些端口或者路径访问失败,请询问用户是否启动应用
## 后端开发
### 测试
```bash
//重置数据库
rm /tmp/vb.sqlite && go run cli/main.go -db=sqlit -dsn /tmp/vb.sqlite db migrate
go run cli/main.go -db=sqlit -dsn /tmp/vb.sqlite -p 4000