github.com/Asutorufa/yuhaiin@v0.3.6-0.20240502055049-7984da7023a0/pkg/net/netlink/route_others.go (about)

     1  //go:build !linux && !darwin && !windows
     2  // +build !linux,!darwin,!windows
     3  
     4  package netlink
     5  
     6  func Route(opt *Options) error {
     7  	return nil
     8  }