package hugolib import ( "io" ) func (s *Site) ShowPlan(out io.Writer) (err error) { return }