twitchapon

[Twi]tch [Cha]nnel [Po]ints Rewards Redemption Listener
git clone git://bsandro.tech/twitchapon
Log | Files | Refs | README | LICENSE

commit 7d9710b9b98a9c52ca5fb3a829d971a0f324738c
parent 3dc65a4a7a4eebfdc34bbedd778019da3b9334cf
Author: bsandro <brian.drosan@gmail.com>
Date:   Sun,  9 May 2021 05:34:43 +0300

Fixed old 'ws_client' name to the actual 'twitchapon' one

Diffstat:
M.gitignore | 2+-
Mgo.mod | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,5 +1,5 @@ .DS_Store *.swp -ws_client config.json vendor +twitchapon diff --git a/go.mod b/go.mod @@ -1,4 +1,4 @@ -module ws_client +module twitchapon go 1.16