github.com/phsym/gomarkdoc@v0.5.4/testData/lang/function/value.go (about)

     1  package function
     2  
     3  // Variable is a package-level variable.
     4  var Variable = 5
     5  
     6  // Set of constants for this package.
     7  const (
     8  	ConstA = "string"
     9  	ConstB = true
    10  )