tpl: Add debug.Dump

Fixes #3957
This commit is contained in:
Bjørn Erik Pedersen
2020-07-02 09:04:46 +02:00
parent beb6c03bc8
commit defd7106bf
4 changed files with 128 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ import (
_ "github.com/gohugoio/hugo/tpl/compare"
_ "github.com/gohugoio/hugo/tpl/crypto"
_ "github.com/gohugoio/hugo/tpl/data"
_ "github.com/gohugoio/hugo/tpl/debug"
_ "github.com/gohugoio/hugo/tpl/encoding"
_ "github.com/gohugoio/hugo/tpl/fmt"
_ "github.com/gohugoio/hugo/tpl/hugo"