Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructTag ¶
type StructTag string
StructTag in go are, by convention, key:"value" pairs; this extends that for sub-tags within the value part of the pair.
func (StructTag) Find ¶
Find finds the named key within the struct tag. ex. for the tag, `if:"internal"` Find("internal") returns "internal". the tag, `if:"beep=boop"` Find("beep") return "boop".
Click to show internal directories.
Click to hide internal directories.