titan:双子座的助推火箭 源码

上传:qqbrain37305 浏览: 10 推荐: 0 文件:ZIP 大小:3.44KB 上传时间:2021-04-27 08:16:51 版权申诉
泰坦 Gemini Apps的助推火箭。 利用和来制作简单的交互式胶囊。 举一个完整的例子,请查看 ,一个双子座的乳齿动物客户端。 特征 页数 组件 动作 输入项 HTTP兼容性 用法 定义您的后端: package main import ( "log" "github.com/a-h/gemini" "github.com/mibzman/titan" ) func main() { booster := titan.Startup() booster.AddPage("/helloworld", "helloWorld.ttn", func(w gemini.ResponseWriter, r *gemini.Request) interface{} { return struct{ Message string }{"Hello World!"} }) //
上传资源
用户评论