Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TagOpen = []byte("<table") TagClose = []byte("</table>") AttrBorder = []byte(" border=\"") AttrCellPadding = []byte(" cellpadding=\"") AttrCellSpacing = []byte(" cellspacing=\"") AttrFrame = []byte(" frame=\"") AttrRules = []byte(" rules=\"") AttrSummary = []byte(" summary=\"") AttrWidth = []byte(" width=\"") )
Byte constants for HTML rendering.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.