文件名称:golang blog
文件大小:8KB
文件格式:ZIP
更新时间:2017-03-17 14:41:03
golang blog
使用golang语言开发的简单 blog,使用数据库postgreSQL
【文件预览】:
imyoba.com
----sql()
--------postgresql_createtable.sql(2KB)
--------create.sql(582B)
----conf()
--------app.conf(51B)
----main.go(450B)
----views()
--------new.tpl(205B)
--------view.tpl(69B)
--------edit.tpl(367B)
--------layout.tpl(475B)
--------index.tpl(207B)
----models()
--------blog.go(3KB)
----controllers()
--------new.go(498B)
--------delete.go(338B)
--------edit.go(683B)
--------view.go(366B)
--------index.go(303B)
--------default.go(256B)
----static()
--------img()
--------js()
--------css()