mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-09-27 03:45:52 +08:00
6 lines
71 B
Go
6 lines
71 B
Go
package windowmanagerhandler
|
|
|
|
func ptr[T any](in T) *T {
|
|
return &in
|
|
}
|