started Kick support

This commit is contained in:
Luxferre
2024-09-15 14:40:39 +03:00
parent a471474d62
commit 430d67913b
13 changed files with 305 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
LDFLAGS = -s -w
LDFLAGS_WIN = -H windowsgui -s -w
GOFLAGS = -trimpath
SOURCES = server.go twitch.go youtube.go owncast.go
SOURCES = server.go twitch.go youtube.go owncast.go kick.go
BIN = streamgoose
unix: