projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40116e
)
Remove alias of os.Stat
author
satotake
<doublequotation@gmail.com>
Sun, 5 Aug 2018 15:18:13 +0000
(
00:18
+0900)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Mon, 6 Aug 2018 07:54:26 +0000
(09:54 +0200)
tpl/os/init.go
patch
|
blob
|
history
diff --git
a/tpl/os/init.go
b/tpl/os/init.go
index 0b52ddea205d9a070c0b5049ee908ae4664749cf..3ef8702d6a23366e19ab4afc65201b7ea43a0f46 100644
(file)
--- 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
}