String is the Value that represents string of text Use with: TagText, TagName, TagReservedString, TagKeyword, TagURI, TagURIScheme, TagCharset, TagLanguage, TagMimeType, TagMemberName
| 314 | // Use with: TagText, TagName, TagReservedString, TagKeyword, TagURI, |
| 315 | // TagURIScheme, TagCharset, TagLanguage, TagMimeType, TagMemberName |
| 316 | type String string |
| 317 | |
| 318 | // String converts String value to string |
| 319 | func (v String) String() string { return string(v) } |
no outgoing calls
no test coverage detected