Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HTMLSnippet = fmt.Sprintf(` <html> <head> </head> <body> <div> %v </div> <div> %v %v %v </div> </body> </html> `, Snippets["span"], Snippets["text input"], Snippets["text input"], Snippets["link"], )
View Source
var Snippets = map[string]string{
"span": `
<span class="testClass1">
Test text 1
</span>
`,
"text input": `
<input type="text"/>
`,
"link": `
<a href="http://localhost">
Test link 1
</a>
`,
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.