two/internal/netns/call_other.go
GnomeZworc 1e7575bc7d
f-15: fix: fix variable
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-03-31 22:04:12 +02:00

7 lines
94 B
Go

//go:build !linux
package netns
func call(_ string, fn func() error) error {
return fn()
}