x/router/router_other.go
2023-11-30 19:39:37 +08:00

12 lines
161 B
Go

//go:build !linux
package router
import (
"github.com/go-gost/core/router"
)
func (*localRouter) setSysRoutes(routes ...*router.Route) error {
return nil
}