hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit 71931b30b1813b146aaa60f5cdab16c0f9ebebdb
parent d40116e5f941e4734ed3bed69dce8ffe11fc76b2
Author: satotake <doublequotation@gmail.com>
Date:   Mon,  6 Aug 2018 00:18:13 +0900

Remove alias of os.Stat

Diffstat:
Mtpl/os/init.go | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/tpl/os/init.go b/tpl/os/init.go
@@ -55,13 +55,6 @@ func init() {
 			},
 		)
 
-		ns.AddMethodMapping(ctx.Stat,
-			[]string{"fileStat"},
-			[][2]string{
-				{`{{ (fileStat "files/README.txt").Size }}`, `11`},
-			},
-		)
-
 		return ns
 
 	}