This commit is contained in:
Andrey Belvedersky
2021-06-03 09:30:25 +03:00
parent 18b2d4e554
commit 0aa4922105
9 changed files with 147 additions and 6 deletions

View File

@@ -1,7 +1,11 @@
package main
import "git/ecom/jira-bot/pkg/bot"
import (
"git/ecom/jira-bot/pkg/bot"
"git/ecom/jira-bot/pkg/message"
)
func main() {
message.Message()
bot.JiraBot()
}