Add more tests.

This commit is contained in:
Syfaro 2016-04-13 17:06:18 -05:00
parent 289f7ef6ad
commit c0eb5db6c3
4 changed files with 131 additions and 0 deletions

View file

@ -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.