mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-01 22:02:06 +08:00
6 lines
58 B
Go
6 lines
58 B
Go
package streamd
|
|
|
|
func ptr[T any](in T) *T {
|
|
return &in
|
|
}
|