implement macros & includes

This commit is contained in:
Stanislav Seletskiy
2019-08-02 22:58:08 +03:00
parent e77e589494
commit 07a8e3f9d7
15 changed files with 870 additions and 149 deletions

View File

@@ -5,7 +5,7 @@ import (
"strings"
"github.com/kovetskiy/mark/pkg/confluence"
"github.com/reconquest/faces/logger"
"github.com/kovetskiy/mark/pkg/log"
"github.com/reconquest/karma-go"
)
@@ -56,7 +56,7 @@ func EnsureAncestry(
return parent, nil
}
logger.Debugf(
log.Debugf(
"empty pages under %q to be created: %s",
parent.Title,
strings.Join(rest, ` > `),