twitch-bot/helpers.go

4 lines
73 B
Go

package main
var ptrBoolFalse = func(v bool) *bool { return &v }(false)