Files
gluetun/internal/restrictednet/helpers_test.go
T
Quentin McGaw 9af6aaff27 PR feedback
2026-06-11 01:17:55 +00:00

8 lines
96 B
Go

//go:build integration
package restrictednet
func ptrTo[T any](value T) *T {
return &value
}