/go-hmcms

golang cms

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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