github.com/anthonyme00/gomarkdoc@v1.0.0/testData/tags/README-github.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/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 ## func [Untagged](<https://github.com/princjef/gomarkdoc/blob/master/testData/tags/untagged.go#L5>) 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>)