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