mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-07 08:20:51 +08:00
6 lines
57 B
Go
6 lines
57 B
Go
package twitch
|
|
|
|
func ptr[T any](in T) *T {
|
|
return &in
|
|
}
|