You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
學習基於 Web 的程式設計可能正是你讀本書的原因。事實上,如何透過 Go 來編寫 Web 應用也是我編寫這本書的初衷。前面已經介紹過,Go 目前已經擁有了成熟的 HTTP 處理套件,這使得編寫能做任何事情的動態 Web 程式易如反掌。在接下來的各章中將要介紹的內容,都是屬於 Web 程式設計的範疇。本章則集中討論一些與 Web 相關的概念和 Go 如何執行 Web 程式的話題。