hugo/source
Tatsushi Demachi 97eb55da89 Add LazyFileReader type to source library
LazyFileReader is an io.Reader implementation to postpone reading the
file contents until it is really needed. It is introduced for improving
performance and memory consumption at reading media files in content
directory.
2015-08-22 19:43:15 +02:00
..
content_directory_test.go
file.go
file_test.go
filesystem.go
filesystem_test.go
filesystem_unix_test.go
filesystem_windows_test.go
inmemory.go
lazy_file_reader.go Add LazyFileReader type to source library 2015-08-22 19:43:15 +02:00
lazy_file_reader_test.go Add LazyFileReader type to source library 2015-08-22 19:43:15 +02:00