Documentation
¶
Overview ¶
Package config provides access to the comply.yml file.
Index ¶
Constants ¶
View Source
const ( // UseDocker invokes pandoc within Docker UseDocker = "docker" // UsePandoc invokes pandoc directly UsePandoc = "pandoc" )
Variables ¶
This section is empty.
Functions ¶
func ProjectRoot ¶
func ProjectRoot() string
ProjectRoot is the fully-qualified path to the root directory.
func WhichPandoc ¶ added in v1.1.27
func WhichPandoc() string
WhichPandoc indicates which pandoc invocation path should be used
Types ¶
Click to show internal directories.
Click to hide internal directories.