Remove alias of os.Stat
authorsatotake <doublequotation@gmail.com>
Sun, 5 Aug 2018 15:18:13 +0000 (00:18 +0900)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 6 Aug 2018 07:54:26 +0000 (09:54 +0200)
tpl/os/init.go

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