summaryrefslogtreecommitdiffstats
path: root/hugolib/planner.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/planner.go')
-rw-r--r--hugolib/planner.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/hugolib/planner.go b/hugolib/planner.go
new file mode 100644
index 000000000..5b1d42327
--- /dev/null
+++ b/hugolib/planner.go
@@ -0,0 +1,9 @@
+package hugolib
+
+import (
+ "io"
+)
+
+func (s *Site) ShowPlan(out io.Writer) (err error) {
+ return
+}