8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "git/ecom/jira-bot/pkg/bot"
|
|
|
|
func main() {
|
|
bot.JiraBot()
|
|
}
|