mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-28 00:51:13 +08:00
8 lines
112 B
Go
8 lines
112 B
Go
package gohtml
|
|
|
|
const (
|
|
defaultIndentString = " "
|
|
startIndent = 0
|
|
defaultLastElement = "</html>"
|
|
)
|