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

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