From 150e7ace16dc0c4d4325424e79271261b6e1369e Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Sat, 29 Mar 2025 19:03:09 -0400 Subject: [PATCH] initial commit --- README.md | 3 +++ go.mod | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 README.md create mode 100644 go.mod diff --git a/README.md b/README.md new file mode 100644 index 0000000..493967c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 开颜 + +Kaiyan is an analytics platform for 7TV emotes on Twitch. diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..4708bee --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.sunturtle.xyz/zephyr/kaiyan + +go 1.24.1