Rename htmlpage to html
Because it's going to get more tools.
This commit is contained in:
parent
2bd848fa97
commit
9b1d75d47f
44 changed files with 83 additions and 77 deletions
|
|
@ -4,7 +4,7 @@ import (
|
|||
"net/http"
|
||||
|
||||
"github.com/Gleipnir-Technology/nidus-sync/config"
|
||||
"github.com/Gleipnir-Technology/nidus-sync/htmlpage"
|
||||
"github.com/Gleipnir-Technology/nidus-sync/html"
|
||||
)
|
||||
|
||||
type ContentPrivacy struct {
|
||||
|
|
@ -19,7 +19,7 @@ var (
|
|||
)
|
||||
|
||||
func getPrivacy(w http.ResponseWriter, r *http.Request) {
|
||||
htmlpage.RenderOrError(
|
||||
html.RenderOrError(
|
||||
w,
|
||||
PrivacyT,
|
||||
ContentPrivacy{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue