hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit e3ed4a83b8e92ce9bf070f7b41780798b006e848
parent 6636cf1bea77d20ef2a72a45fae59ac402fb133b
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Tue, 23 Oct 2018 22:21:21 +0200

hugolib: Rename some page_* files

To make it easier to see/work with the source files that is about the `Page` struct.

Diffstat:
Rhugolib/page_bundler.go -> hugolib/pagebundler.go | 0
Rhugolib/page_bundler_capture.go -> hugolib/pagebundler_capture.go | 0
Rhugolib/page_bundler_capture_test.go -> hugolib/pagebundler_capture_test.go | 0
Rhugolib/page_bundler_handlers.go -> hugolib/pagebundler_handlers.go | 0
Rhugolib/page_bundler_test.go -> hugolib/pagebundler_test.go | 0
Rhugolib/page_collections.go -> hugolib/pagecollections.go | 0
Rhugolib/page_collections_test.go -> hugolib/pagecollections_test.go | 0
7 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/hugolib/page_bundler.go b/hugolib/pagebundler.go
diff --git a/hugolib/page_bundler_capture.go b/hugolib/pagebundler_capture.go
diff --git a/hugolib/page_bundler_capture_test.go b/hugolib/pagebundler_capture_test.go
diff --git a/hugolib/page_bundler_handlers.go b/hugolib/pagebundler_handlers.go
diff --git a/hugolib/page_bundler_test.go b/hugolib/pagebundler_test.go
diff --git a/hugolib/page_collections.go b/hugolib/pagecollections.go
diff --git a/hugolib/page_collections_test.go b/hugolib/pagecollections_test.go