... "sync" ) type Window struct { Height int64 `json:"Height"` Width int64 `json:"Width"` } type Room struct { Windows []Window `json:"Windows"` mutex sync.
確定! 回上一頁