commit 7d9710b9b98a9c52ca5fb3a829d971a0f324738c parent 3dc65a4a7a4eebfdc34bbedd778019da3b9334cf Author: bsandro <[email protected]> Date: Sun, 9 May 2021 05:34:43 +0300 Fixed old 'ws_client' name to the actual 'twitchapon' one Diffstat:
M | .gitignore | | | 2 | +- |
M | go.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