format comment

This commit is contained in:
saga92 2016-05-20 16:54:24 +08:00
parent 145e3537ab
commit 867911e96e

View File

@ -100,7 +100,7 @@ func InitDB() {
var globalOrm orm.Ormer
//orm singleton
// GetOrmer :set ormer singleton
func GetOrmer() orm.Ormer {
if globalOrm == nil {
globalOrm = orm.NewOrm()