我是Go语言的新手。我在Go中开发一个基本的MVCWeb应用程序(josephspurrier在https://github.com/josephspurrier/gowebapp/blob/master/README.md上的项目)。我有一个使用RESTWeb服务的Controller:funcInfoGET(whttp.ResponseWriter,r*http.Request){varinfos[]model.Info//callwebserviceandgetdatainfos,err:=ws.GetAllInfos("tho")if(err!=nil){log.Println