github.com/dkischenko/gomarkdoc@v0.0.0-20230516135336-e40deae8a495/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  }