Skip to content

Commit 9e78443

Browse files
committed
TODOs
1 parent 51f70de commit 9e78443

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

markut.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,9 +1684,7 @@ func main() {
16841684
}
16851685
}
16861686

1687-
// TODO: Consider getting rid of the dependency on https://www.twitchchatdownloader.com/
1688-
// Maybe implementing our own Twitch Chat Downloader that could integrate with Markut itself.
16891687
// TODO: Consider rewritting Markut in C with nob.h
16901688
// There is no reason for it to be written in go at this point. C+nob.h can do all the tricks.
1691-
// For the lexing part we can even use alexer.
1689+
// For the lexing part we can even use https://github.com/tsoding/alexer
16921690
// TODO: Embed git hash into the executable and display it on `markut version`

0 commit comments

Comments
 (0)