Browse Source

Comment empty module

Vova Tkach 6 years ago
parent
commit
bc14dff677
1 changed files with 2 additions and 0 deletions
  1. 2 0
      engine/backend/modules/module_empty.go

+ 2 - 0
engine/backend/modules/module_empty.go

@@ -1,5 +1,6 @@
 package modules
 
+/*
 import (
 	others "golang-fave/engine/wrapper/resources/others"
 	utils "golang-fave/engine/wrapper/utils"
@@ -46,3 +47,4 @@ func (this *Module) Module_empty_content() string {
 func (this *Module) Module_empty_sidebar() string {
 	return "Empty module right sidebar"
 }
+*/