package
0.5.4
Repository: https://github.com/phsym/gomarkdoc.git
Documentation: pkg.go.dev

# README

tags

import "github.com/phsym/gomarkdoc/testData/tags"

Package tags contains code to demonstrate usage of build tags.

Index

func Tagged

func Tagged() int

Tagged is only visible with tags.

func Untagged

func Untagged() int

Untagged is visible without tags.

Generated by gomarkdoc

# Functions

Untagged is visible without tags.