Files
streamctl/pkg/streamcontrol/twitch/utils.go
2024-10-22 15:10:06 +01:00

6 lines
57 B
Go

package twitch
func ptr[T any](in T) *T {
return &in
}