From 090371dbd775984e1bf922192fda47918a8e8759 Mon Sep 17 00:00:00 2001 From: witer33 Date: Mon, 11 Apr 2022 21:02:36 +0200 Subject: [PATCH] making it go gettable --- twitchbot/bot.go => bot.go | 0 twitchbot/builder.go => builder.go | 0 twitchbot/client.go => client.go | 0 test.go => examples/test.go | 0 twitchbot/parser.go => parser.go | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename twitchbot/bot.go => bot.go (100%) rename twitchbot/builder.go => builder.go (100%) rename twitchbot/client.go => client.go (100%) rename test.go => examples/test.go (100%) rename twitchbot/parser.go => parser.go (100%) diff --git a/twitchbot/bot.go b/bot.go similarity index 100% rename from twitchbot/bot.go rename to bot.go diff --git a/twitchbot/builder.go b/builder.go similarity index 100% rename from twitchbot/builder.go rename to builder.go diff --git a/twitchbot/client.go b/client.go similarity index 100% rename from twitchbot/client.go rename to client.go diff --git a/test.go b/examples/test.go similarity index 100% rename from test.go rename to examples/test.go diff --git a/twitchbot/parser.go b/parser.go similarity index 100% rename from twitchbot/parser.go rename to parser.go