tpl: Fix the remaining template funcs namespace issues
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 1 May 2017 07:06:42 +0000 (09:06 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 1 May 2017 13:13:41 +0000 (15:13 +0200)
commit0e2260421e40c97d9d210724fb44cfdc15ea7855
tree13a73d06a67b42584fcd20c08615418e0ec2fe1f
parent4714085a10835b9f4e8d4f699dc94e3120d8067e
tpl: Fix the remaining template funcs namespace issues

See #3042
41 files changed:
tpl/cast/cast.go [new file with mode: 0644]
tpl/cast/init.go [new file with mode: 0644]
tpl/collections/collections.go
tpl/collections/collections_test.go
tpl/collections/init.go
tpl/compare/init.go
tpl/crypto/crypto.go
tpl/crypto/crypto_test.go
tpl/crypto/init.go
tpl/data/data.go
tpl/encoding/encoding.go
tpl/encoding/encoding_test.go
tpl/fmt/fmt.go [new file with mode: 0644]
tpl/fmt/init.go [new file with mode: 0644]
tpl/images/images.go
tpl/images/images_test.go
tpl/inflect/inflect.go
tpl/inflect/inflect_test.go
tpl/lang/lang.go
tpl/math/math.go
tpl/math/math_test.go
tpl/os/init.go
tpl/os/os.go
tpl/partials/init.go [new file with mode: 0644]
tpl/partials/partials.go [new file with mode: 0644]
tpl/safe/safe.go
tpl/safe/safe_test.go
tpl/strings/strings.go
tpl/strings/strings_test.go
tpl/time/init.go
tpl/time/time.go
tpl/time/time_test.go
tpl/tplimpl/templateFuncster.go
tpl/tplimpl/template_funcs.go
tpl/tplimpl/template_funcs_test.go
tpl/tplimpl/template_test.go [deleted file]
tpl/transform/init.go
tpl/transform/transform.go
tpl/transform/transform_test.go
tpl/urls/init.go
tpl/urls/urls.go