twitch-bot/helpers.go

4 lines
73 B
Go
Raw Permalink Normal View History

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