Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EscapeHTML ¶
copied from http://golang.org/src/pkg/html/escape.go modified a bit (inlined escape function and remove error that weren't checked anyway)
Types ¶
type HTMLString ¶
type HTMLString string
func (HTMLString) HTML ¶
func (h HTMLString) HTML() string
func (HTMLString) String ¶
func (h HTMLString) String() string
type JavaScriptString ¶
type JavaScriptString string
func (JavaScriptString) JavaScript ¶
func (js JavaScriptString) JavaScript() string
func (JavaScriptString) String ¶
func (js JavaScriptString) String() string
type JavaScripter ¶
type JavaScripter interface {
JavaScript() string
}
type SelectorString ¶
type SelectorString string
func (SelectorString) Selector ¶
func (ø SelectorString) Selector() string
Click to show internal directories.
Click to hide internal directories.