package main import ( "git/ecom/jira-bot/pkg/bot" "git/ecom/jira-bot/pkg/message" ) func main() { message.Message() bot.JiraBot() }