two/internal/netns/create_other.go
GnomeZworc 454005d6ac
f-10: code: add create and delete netns #10
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-01-08 23:37:35 +01:00

5 lines
75 B
Go

//go:build !linux
package netns
func create(string) error { return nil }