var HashMap = map[string]Hash{ "a": A, "abbr": Abbr, "about": About, "accept": Accept, "accept-charset": Accept_Charset, "accesskey": Accesskey, "acronym": Acronym, "action": Action, "address": Address, "allow": Allow, "allowfullscreen": Allowfullscreen, "amp-boilerplate": Amp_Boilerplat
()
| 545 | |
| 546 | // String returns the text associated with the hash. |
| 547 | func (i Hash) String() string { |
| 548 | return string(i.Bytes()) |
| 549 | } |
| 550 | |
| 551 | // Bytes returns the text associated with the hash. |
| 552 | func (i Hash) Bytes() []byte { |