File: status.go

package info (click to toggle)
golang-github-johanneskaufmann-html-to-markdown 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,080 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
6
7
8
package converter

type RenderStatus int

const (
	RenderTryNext RenderStatus = iota
	RenderSuccess
)