about summary refs log tree commit diff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/bot/bot.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/bot/bot.go b/pkg/bot/bot.go
new file mode 100644
index 0000000..28c506c
--- /dev/null
+++ b/pkg/bot/bot.go
@@ -0,0 +1,7 @@
+package bot
+
+import "fmt"
+
+func Greet() {
+	fmt.Println("hello, world!")
+}