Commit Graph

5 Commits

Author SHA1 Message Date
marvzhang
e8edf9dac4 添加运行类别 2019-12-05 11:51:54 +08:00
韩山杰
86d4c611c6 bug fix 2019-11-22 15:32:23 +08:00
陈景阳
000b4ff730 删除日志 2019-09-10 09:51:27 +08:00
yaziming
e10d8fd996 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
Marvin Zhang
56c99b314f added golang 2019-07-22 12:51:52 +08:00