forked from External/ergo
review fix
This commit is contained in:
parent
2a33c1483b
commit
a1bbe0c7f2
4 changed files with 13 additions and 15 deletions
|
|
@ -51,6 +51,12 @@ const (
|
|||
NegotiatedState State = iota
|
||||
)
|
||||
|
||||
const (
|
||||
// LabelTagName is the tag name used for the labeled-response spec.
|
||||
// https://ircv3.net/specs/extensions/labeled-response.html
|
||||
LabelTagName = "draft/label"
|
||||
)
|
||||
|
||||
func init() {
|
||||
nameToCapability = make(map[string]Capability)
|
||||
for capab, name := range capabilityNames {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue