File: consts.go

package info (click to toggle)
golang-github-yosssi-gohtml 0.0~git20150923.0.ccf383e-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 61
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
package gohtml

const (
	defaultIndentString = "  "
	startIndent         = 0
	defaultLastElement  = "</html>"
)