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

     1  <!-- Code generated by gomarkdoc. DO NOT EDIT -->
     2  
     3  # tags
     4  
     5  ```go
     6  import "github.com/anthonyme00/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  
    17  <a name="Tagged"></a>
    18  ## func [Tagged](<https://github.com/princjef/gomarkdoc?path=testData%2Ftags%2Ftagged.go&version=GBmaster&lineStyle=plain&line=7&lineEnd=7&lineStartColumn=1&lineEndColumn=18>)
    19  
    20  ```go
    21  func Tagged() int
    22  ```
    23  
    24  Tagged is only visible with tags.
    25  
    26  <a name="Untagged"></a>
    27  ## func [Untagged](<https://github.com/princjef/gomarkdoc?path=testData%2Ftags%2Funtagged.go&version=GBmaster&lineStyle=plain&line=5&lineEnd=5&lineStartColumn=1&lineEndColumn=20>)
    28  
    29  ```go
    30  func Untagged() int
    31  ```
    32  
    33  Untagged is visible without tags.
    34  
    35  Generated by [gomarkdoc](<https://github.com/princjef/gomarkdoc>)