技术翻译#Golang#WebGO Web后端项目如何组织?2018/10/03Go很适合写一下中小型的API服务,那么一个非hello-world型的web API项目应当如何组织?翻译《How I write Go HTTP services after seven years》
技术#Golang#WebGolang http库路由机制2018/10/01为你理清源代码中一堆Handler方法,Handle函数,Handler接口,handle变量,HandleFunc函数/方法之间的关系。