Documentation ¶ Index ¶ type Tag func (t Tag) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tag ¶ type Tag string Tag type const ( Always Tag = "always" CI Tag = "ci" Integration Tag = "integration" Performance Tag = "performance" Security Tag = "security" Short Tag = "short" Race Tag = "race" Update Tag = "update" Skip Tag = "skip" ) func (Tag) String ¶ func (t Tag) String() string String returns the string representation Source Files ¶ View all Source files tag.go Click to show internal directories. Click to hide internal directories.