mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
4 lines
55 B
Go
4 lines
55 B
Go
package files
|
|
|
|
func ptrTo[T any](x T) *T { return &x }
|