Archived
1

Add fixes and linter improvements to talkers package

This commit is contained in:
2018-03-31 17:25:41 +04:00
parent 4abfc457ce
commit c4d146ba20
8 changed files with 50 additions and 31 deletions

View File

@@ -12,6 +12,10 @@ var (
c *appcontext.Context
)
const (
parseMode = "Markdown"
)
// Sender is a function-handling struct for sender
type Sender struct{}