Simplifies c.File()

This commit is contained in:
Manu Mtz-Almeida
2015-05-21 15:49:10 +02:00
parent caa75c6201
commit 66251d1741
3 changed files with 1 additions and 18 deletions
-1
View File
@@ -18,7 +18,6 @@ var (
_ Render = Redirect{}
_ Render = Data{}
_ Render = HTML{}
_ Render = File{}
_ HTMLRender = HTMLDebug{}
_ HTMLRender = HTMLProduction{}
)