Adding ability to read from io.Reader
authorNoah Campbell <noahcampbell@gmail.com>
Mon, 5 Aug 2013 14:53:58 +0000 (07:53 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Sat, 10 Aug 2013 00:36:32 +0000 (17:36 -0700)
commit085ce15f7c041ba71772a0cd6eed4f06b6b0ca34
treee3c0b6c8a48b60374ef4cff2fade9116f257f921
parent274d324c8bb818a76ffc5c35afcc33f4cf9eb5c3
Adding ability to read from io.Reader

This allows for testing without relying on the file system.  Parsing algorithm to not read the entire file into memory.
hugolib/page.go
hugolib/page_test.go [new file with mode: 0644]
hugolib/path_seperators_test.go