猿:JSON请求响应的处理程序 源码

上传:require_49637 浏览: 12 推荐: 0 文件:ZIP 大小:4.34KB 上传时间:2021-02-22 19:54:58 版权申诉
猿 Ape提供了一个处理程序,该处理程序封装了JSON格式的HTTP响应管理。 package main import ( "github.com/agusmunioz/ape" "github.com/gorilla/mux" "log" "net/http" ) type Article struct { Id string `json:"id"` Title string `json:"title"` } //GetArticles returns business objects in an ape response, no json encod
上传资源
用户评论