Add more tests.
This commit is contained in:
parent
289f7ef6ad
commit
c0eb5db6c3
4 changed files with 131 additions and 0 deletions
|
@ -44,6 +44,7 @@ const (
|
|||
const (
|
||||
// ErrBadFileType happens when you pass an unknown type
|
||||
ErrBadFileType = "bad file type"
|
||||
ErrBadURL = "bad or empty url"
|
||||
)
|
||||
|
||||
// Chattable is any config type that can be sent.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue