summaryrefslogtreecommitdiffstats
path: root/hugofs
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2015-11-16 21:55:18 -0500
committerspf13 <steve.francia@gmail.com>2015-11-16 22:00:11 -0500
commitdf824fa31b4a760bc43d2a2556e5cf134884d1a3 (patch)
tree2887062866ae873545c9458dea68e5a7edf5b32a /hugofs
parente1618e9d2f609ca6983aa2d3907bd4b1bcef5da4 (diff)
Hugo server renders and serves from memory by default (30%+ improvement)
Diffstat (limited to 'hugofs')
-rw-r--r--hugofs/fs.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hugofs/fs.go b/hugofs/fs.go
index 28b65086a..26e17ebb1 100644
--- a/hugofs/fs.go
+++ b/hugofs/fs.go
@@ -18,5 +18,3 @@ import "github.com/spf13/afero"
var SourceFs afero.Fs = new(afero.OsFs)
var DestinationFS afero.Fs = new(afero.OsFs)
var OsFs afero.Fs = new(afero.OsFs)
-
-//var DestinationFS afero.Fs = new(afero.MemMapFs)