mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-25 21:37:31 +02:00
8 lines
96 B
Go
8 lines
96 B
Go
//go:build integration
|
|
|
|
package restrictednet
|
|
|
|
func ptrTo[T any](value T) *T {
|
|
return &value
|
|
}
|