mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
clean: removed use of "." in imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package gateways
|
||||
|
||||
import (
|
||||
. "GohCMS2/domain/gateways"
|
||||
"GohCMS2/domain/gateways"
|
||||
"bytes"
|
||||
"embed"
|
||||
"html/template"
|
||||
@@ -29,4 +29,4 @@ func (p *PageRepository) Get(name string, data interface{}) ([]byte, error) {
|
||||
return processedHTML.Bytes(), nil
|
||||
}
|
||||
|
||||
var _ IPageRepository = &PageRepository{}
|
||||
var _ gateways.IPageRepository = &PageRepository{}
|
||||
|
||||
Reference in New Issue
Block a user