forked from External/ergo
Add tests to subpackages
This commit is contained in:
parent
10949a434a
commit
378d55af65
7 changed files with 227 additions and 17 deletions
|
|
@ -49,3 +49,13 @@ const (
|
|||
func (capability Capability) Name() string {
|
||||
return string(capability)
|
||||
}
|
||||
|
||||
// Version is used to select which max version of CAP the client supports.
|
||||
type Version uint
|
||||
|
||||
const (
|
||||
// Cap301 refers to the base CAP spec.
|
||||
Cap301 Version = 301
|
||||
// Cap302 refers to the IRCv3.2 CAP spec.
|
||||
Cap302 Version = 302
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue