以下の内容はhttps://www.pospome.work/entry/2017/04/20/172148より取得しました。


Datastore/Go で datastore: unsupported struct field type: xxx のエラー

以下の struct を Datastore に put しようとしたら・・・

type User struct {
    _kind   string  `goon:"kind,User"`
    ID      string
    Tasks   []*Tasks
}

type Task struct {
    Title   string
}



以下のエラーが発生した。

datastore: unsupported struct field type: *Task

原因は []*Tasks のようにポインタを指定しているから、
まあ、Datastore に保存するので値を渡さないとね・・・。




以上の内容はhttps://www.pospome.work/entry/2017/04/20/172148より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14