]> git.openfl.eu Git - chat-scroll.git/commit
initial commit
authorFl_GUI <flor.guilini@hotmail.com>
Sat, 7 Dec 2024 14:02:53 +0000 (15:02 +0100)
committerFl_GUI <flor.guilini@hotmail.com>
Sat, 7 Dec 2024 14:02:53 +0000 (15:02 +0100)
commit632fa1b0d2ff5441408b2f3087f0685cbb6863d7
treee7579fc95328a2a2113d4cbbe9a44d9806ec6c14
initial commit
30 files changed:
chat/create.go [new file with mode: 0644]
chat/emotes.go [new file with mode: 0644]
chat/layout.go [new file with mode: 0644]
chat/math_test.go [new file with mode: 0644]
chat/out [new file with mode: 0644]
chat/scrollcanvas.go [new file with mode: 0644]
chat/textline.go.bak [new file with mode: 0644]
chat/textline_test.go [new file with mode: 0644]
chat/textlinerenderer.go [new file with mode: 0644]
chat/type_test.go [new file with mode: 0644]
chat/wrappingtextline.go [new file with mode: 0644]
decorations/badges.go [new file with mode: 0644]
decorations/emotes.go [new file with mode: 0644]
decorations/responseTypes.go [new file with mode: 0644]
fynepatch/binding.go [new file with mode: 0644]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
main.go [new file with mode: 0644]
messages/client.go [new file with mode: 0644]
messages/listen.go [new file with mode: 0644]
model/model.go [new file with mode: 0644]
status/create.go [new file with mode: 0644]
status/spinner.go [new file with mode: 0644]
status/twitchconn/twitchConnection.go [new file with mode: 0644]
status/twitchlogin/twitchLogin.go [new file with mode: 0644]
todo [new file with mode: 0644]
token/firstValidation.go [new file with mode: 0644]
token/request.go [new file with mode: 0644]
token/return.go [new file with mode: 0644]
token/validate.go [new file with mode: 0644]