我试图用Go youtube data API v3
更新广播事件但如果我将其设置为false
:The field startWithSlate is required, startWithSlateRequired
,则始终显示错误,除非我将startWithSlate
设置为true
或删除了lib {{3}来自
youtube/v3/youtube_gen.go
StartWithSlate bool `json:"startWithSlate,omitempty"`
到
StartWithSlate bool `json:"startWithSlate"`
还有其他解决方案吗?或者如果这是一个错误,我可以在哪里发送错误报告?因为该网站告诉我source code。