Files
gluetun/internal/restrictednet/helpers_test.go
T

8 lines
96 B
Go

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