github.com/anthonyme00/gomarkdoc@v1.0.0/testData/tags/README-plain.md (about)

     1  <!-- Code generated by gomarkdoc. DO NOT EDIT -->
     2  
     3  # tags
     4  
     5  	import "github.com/anthonyme00/gomarkdoc/testData/tags"
     6  
     7  Package tags contains code to demonstrate usage of build tags.
     8  
     9  ## Index
    10  
    11  - [func Tagged\(\) int](<#Tagged>)
    12  - [func Untagged\(\) int](<#Untagged>)
    13  
    14  
    15  <a name="Tagged"></a>
    16  ## func Tagged
    17  
    18  	func Tagged() int
    19  
    20  Tagged is only visible with tags.
    21  
    22  <a name="Untagged"></a>
    23  ## func Untagged
    24  
    25  	func Untagged() int
    26  
    27  Untagged is visible without tags.
    28  
    29  Generated by [gomarkdoc](<https://github.com/princjef/gomarkdoc>)