From 7040cd50ae9a1408d1bb7a7c23b961f48d864143 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 2 Apr 2022 01:00:56 +0200 Subject: Initial project setup --- cmd/bot/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/bot/main.go (limited to 'cmd/bot/main.go') diff --git a/cmd/bot/main.go b/cmd/bot/main.go new file mode 100644 index 0000000..2813504 --- /dev/null +++ b/cmd/bot/main.go @@ -0,0 +1,7 @@ +package main + +import "jinx/pkg/bot" + +func main() { + bot.Greet() +} -- cgit 1.4.1