Tarragon
搜尋
文章
標籤
Now
RSS
"Struct"
2026-04-22
2.1 struct 與 JSON tag
理解 Go struct 如何表達資料形狀,並透過 JSON tag 對應外部格式
2026-04-22
3.4 encoding/json:資料交換
用 encoding/json 在 struct、檔案與 HTTP 之間交換資料
2026-04-22
1.6 函式、方法與 receiver
區分普通函式、建構函式與帶 receiver 的方法
2026-04-22
2.6 struct embedding 與組合式設計
理解 Go 的 embedding、方法提升與組合邊界