Remove alias of os.Stat

This commit is contained in:
satotake 2018-08-06 00:18:13 +09:00 committed by Bjørn Erik Pedersen
parent d40116e5f9
commit 71931b30b1

View file

@ -55,13 +55,6 @@ func init() {
},
)
ns.AddMethodMapping(ctx.Stat,
[]string{"fileStat"},
[][2]string{
{`{{ (fileStat "files/README.txt").Size }}`, `11`},
},
)
return ns
}