github.com/anthonyme00/gomarkdoc@v1.0.0/testData/untagged/tagged.go (about)

     1  //go:build tagged
     2  // +build tagged
     3  
     4  package untagged
     5  
     6  // Tagged is only visible with tags.
     7  func Tagged() int {
     8  	return 7
     9  }