跳转到内容

Hello, World!

此内容尚不支持你的语言。

后端管理规范

Golang 代码规范

  • 代码规范 follow uber 代码规范
  • 代码提交前,需要进行本地代码检查,编译。
  • 提交后,通过 github action 进行自动化测试。

Python

Java