فهرست منبع

:memo: go stdlib doc

visuddhinanda 4 سال پیش
والد
کامیت
1074ea9843
2فایلهای تغییر یافته به همراه8 افزوده شده و 3 حذف شده
  1. 7 3
      README.md
  2. 1 0
      api/README.md

+ 7 - 3
README.md

@@ -28,14 +28,16 @@ cd mint; mkdir tmp; chown -R www:www tmp
 ## 开发
 ### 技术栈
 #### 前端
-- ant design pro
 - react
+- umijs
+- ant design pro
 - Tapescript
 
 #### 后端
 - PostgreSQL
-- PHP
-- Laravel
+- elasticsearch
+- golang
+- Redis
   
 ### 工具
 
@@ -52,7 +54,9 @@ cd mint; mkdir tmp; chown -R www:www tmp
 #### 数据库管理工具
 - [通用数据库管理工具-dbeaver](https://github.com/dbeaver/dbeaver)
 - [redis图形界面工具-RedisDesktopManager](https://github.com/uglide/RedisDesktopManager)
+
 ### Git commit message 规范
+git commit message格式 请参见https://gitmoji.dev/
 
 -   遵循 git pull request 流程
 -   所有代码必须经过格式化

+ 1 - 0
api/README.md

@@ -11,6 +11,7 @@ go run .
 - [PostgreSQL client and ORM for Golang](https://github.com/go-pg/pg)
 - [Introduction to Object-relational mapping](https://pg.uptrace.dev/orm/intro/)
 - [Redis client for Golang](https://github.com/go-redis/redis)
+- [Go Standard library](https://golang.org/pkg/)
 
 ## SOP