Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Placeholder ¶
type Placeholder interface {
ph.Setter
Set(val interface{}) ph.Setter
Setf(format string, val ...interface{}) ph.Setter
String() string
Type() interface{}
}
TODO: extract the template.Setter interface in a extra subpackage and just include that subpackage
func New ¶
func New(thing interface{}) Placeholder
Click to show internal directories.
Click to hide internal directories.