Commit Graph

6 Commits

Author SHA1 Message Date
marvzhang
8425ff26e8 更新依赖安装逻辑 2019-12-31 12:02:47 +08:00
yaziming
888a3cab79 refactor(backend): Use more efficient bytes to string methods and remove unnecessary type conversions
detail:
    1. add utils.BytesToString function instead of string() convert bytes to string.
    2. use bytes.NewReader instead of strings.NewReader(string(sb)).
    3. use w.Body.Bytes() instead of []byte(w.Body.String()).
2019-09-03 15:17:32 +08:00
yaziming
7574ceb0cf Backend:
upgrade gin framework depend validator version : v8 -> v9
2019-09-01 10:13:53 +08:00
陈景阳
122919658b fix tmp 目录不会自动创建的问题 2019-08-18 18:45:19 +08:00
Marvin Zhang
be9339ff3f added user login/signup 2019-07-26 23:02:30 +08:00
Marvin Zhang
53cebde962 added golang 2019-07-22 12:51:52 +08:00