Add fixes and linter improvements to talkers package
This commit is contained in:
@@ -12,6 +12,10 @@ var (
|
||||
c *appcontext.Context
|
||||
)
|
||||
|
||||
const (
|
||||
parseMode = "Markdown"
|
||||
)
|
||||
|
||||
// Sender is a function-handling struct for sender
|
||||
type Sender struct{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user