1 Star 0 Fork 0

肖金光 / goclean

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettry.go 135 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaojg-mbp 提交于 2024-01-09 16:49 . go11 补充用户创建
package common
import "encoding/json"
func ToJSON(obj any) string {
dj, _ := json.MarshalIndent(obj, "", " ")
return string(dj)
}
Go
1
https://gitee.com/aviptle/goclean.git
git@gitee.com:aviptle/goclean.git
aviptle
goclean
goclean
6b9efd2ceda8

搜索帮助