This website requires JavaScript.
Explore
Help
Sign in
luzifer
/
twitch-bot
Watch
1
Star
0
Fork
You've already forked twitch-bot
0
mirror of
https://github.com/Luzifer/twitch-bot.git
synced
2024-11-08 16:20:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bdc5983616
twitch-bot
/
helpers.go
4 lines
73 B
Go
Raw
Normal View
History
Unescape
Escape
Breaking: Add configuration interface and switch to more generic config format (#7)
2021-09-22 13:36:45 +00:00
package
main
[core] Move storage to SQLite database (#30) fixes #29
2022-09-10 11:39:07 +00:00
var
ptrBoolFalse
=
func
(
v
bool
)
*
bool
{
return
&
v
}
(
false
)
Reference in a new issue
Copy permalink