package fmt

import "github.com/gohugoio/hugo/tpl/fmt"

Index

Types

type Namespace

type Namespace struct {
}

Namespace provides template functions for the "fmt" namespace.

func New

func New() *Namespace

New returns a new instance of the fmt-namespaced template functions.

func (*Namespace) Print

func (ns *Namespace) Print(a ...interface{}) string

func (*Namespace) Printf

func (ns *Namespace) Printf(format string, a ...interface{}) string

func (*Namespace) Println

func (ns *Namespace) Println(a ...interface{}) string

Source Files

fmt.go init.go

Version
v0.22.1
Published
Jun 13, 2017
Platform
windows/amd64
Imports
3 packages
Last checked
2 minutes ago

Tools for package owners.