mirror of
https://git.seedno.de/seednode/roulette.git
synced 2025-02-14 09:17:08 +00:00
7 lines
112 B
Go
7 lines
112 B
Go
package gohtml
|
|
|
|
const (
|
|
defaultIndentString = " "
|
|
startIndent = 0
|
|
defaultLastElement = "</html>"
|
|
)
|