github.com/rmarku/gomarkdoc@v0.0.0-20230517164305-78688ebe4325/testData/tags/README.md (about)

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