mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-22 02:16:29 +02:00
chore(restrictednet): internal/restrictednet package (#3361)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build integration
|
||||
|
||||
package restrictednet
|
||||
|
||||
func ptrTo[T any](value T) *T {
|
||||
return &value
|
||||
}
|
||||
Reference in New Issue
Block a user