小编Raj*_*Raj的帖子

如何在结构中存储结构?

我有两个结构(NewDailyPrediction)DailyPrediction结构作为结构的实体之一New:

type New struct {
    Id string
    DailyPrediction
}

type DailyPrediction struct {
    Prediction string
}
Run Code Online (Sandbox Code Playgroud)

我无法读取(或)写入数据存储区中的新结构.如果有人可以帮助我这将是有帮助的.

google-app-engine struct go

5
推荐指数
1
解决办法
706
查看次数

标签 统计

go ×1

google-app-engine ×1

struct ×1