文件名称:vitali:vitali是Go的另一个Web框架
文件大小:107KB
文件格式:ZIP
更新时间:2024-06-08 07:48:24
Go
生命力 安装 确保首先正确配置了go运行时。 $ go get github.com/lunastorm/vitali 运行示例 $ cd $GOPATH/src/github.com/lunastorm/vitali/example $ go run main.go 2014/04/11 01:50:22 starting server at port 8080... 在浏览器中打开 ,您可以创建一个新幻灯片或编辑示例幻灯片。 基本的webapp文件夹结构 您几乎可以将所有内容放置在基本文件夹中。 但是,您应该创建“ views”子文件夹,在该子文件夹中放置模板html文件以及i18n.json字典。 创建您的第一个资源 资源/ foo.go package resources import ( "github.com/lunastorm/vitali" ) type
【文件预览】:
vitali-master
----.gitignore(252B)
----ctx.go(1KB)
----wrapped_writer.go(603B)
----user_provider.go(405B)
----LICENSE(1KB)
----response_types.go(3KB)
----write_response.go(6KB)
----views()
--------foo_post.html(35B)
--------ctx.html(18B)
--------func_test.html(14B)
--------webapp.html(28B)
--------i18n.json(86B)
--------provider_test.html(14B)
--------i18n_test.html(10B)
--------base.html(34B)
--------foo_get.html(34B)
----provides_test.go(5KB)
----scripts()
--------tsv_to_i18n.py(736B)
--------i18n_to_tsv.py(574B)
----README.md(7KB)
----util.go(917B)
----example()
--------.gitignore(15B)
--------images()
--------resources()
--------static()
--------util()
--------views()
--------main.go(1KB)
--------files()
----http_test.go(17KB)
----views_test.go(5KB)
----vitali.go(13KB)
----lang_provider.go(178B)