two/internal/netns/enter_other.go
GnomeZworc 348eb4aee3
f-8: code: implemete netns first code #8
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-12-28 14:57:36 +01:00

8 lines
103 B
Go

//go:build !linux
package netns
func enter(name string) error {
// Ignoré hors Linux
return nil
}