gopherblog:用Go编写的有关Go的博客

时间:2024-05-22 04:54:26
【文件属性】:

文件名称:gopherblog:用Go编写的有关Go的博客

文件大小:52KB

文件格式:ZIP

更新时间:2024-05-22 04:54:26

Go

我的第一个Go项目 地鼠博客 用Go编写的有关Go的博客。 位于 TL; DR # Fetch code and install binary go get github.com/gbbr/gopherblog/... go install github.com/gbbr/gopherblog/... # Set up database and admin user ./install.sh bower install # Run HTTP server on localhost:8080 gopherblog -db="user[:pass]@tcp(host:port)/gopherblog" 要求 系统假定您已成功安装以下要求: 正在运行的版本 已安装语言,并带有正确的环境变量(GOPATH,GOROOT等) 安装完上述所有内容后,请go get github.com/gbb


【文件预览】:
gopherblog-master
----.gitignore(29B)
----install.sh(938B)
----auth.go(1KB)
----sql()
--------schema.sql(3KB)
----.travis.yml(420B)
----models()
--------post.go(5KB)
--------user_test.go(1KB)
--------testdb()
--------user.go(1KB)
--------post_test.go(4KB)
--------db.go(2KB)
----LICENSE(1KB)
----static()
--------images()
--------scripts()
--------styles()
----views()
--------header.html(1KB)
--------login.html(630B)
--------editPost.html(643B)
--------manage.html(235B)
--------home.html(2KB)
--------footer.html(390B)
--------post.html(1KB)
--------404.html(87B)
----main.go(1KB)
----auth_test.go(3KB)
----README.md(3KB)
----controllers()
--------init.go(1KB)
--------login.go(1KB)
--------blog.go(1KB)
--------admin.go(2KB)
----bower.json(492B)
----AUTHORS(96B)

网友评论