mirror of
https://github.com/qdm12/gluetun.git
synced 2025-12-12 18:32:13 -06:00
4 lines
59 B
Go
4 lines
59 B
Go
package wireguard
|
|
|
|
func ptrTo[T any](x T) *T { return &x }
|