Skip to content

iteny/go-hmcms

Repository files navigation

Go-Hmcms

The golang cms is a Simple and fast to build to blog or business station cms system.

Overview

Installation

//routes
go get -u github.com/julienschmidt/httprouter
//configure
go get -u github.com/go-ini/ini
//validation
go get -u github.com/asaskevich/govalidator
//system log
go get -u github.com/op/go-logging
//data cache
go get -u github.com/patrickmn/go-cache
//sessions
go get -u github.com/gorilla/sessions
//database orm
go get -u github.com/jinzhu/gorm

About

golang cms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages