Files
openlan/pkg/network/water_others.go
2025-04-13 15:33:35 +08:00

10 lines
179 B
Go

//go:build !linux && !darwin && !windows
package network
import "github.com/luscis/openlan/pkg/water"
func WaterNew(c TapConfig) (*water.Interface, error) {
return nil, nil
}