Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/v28.4.0-rc.2
/
.
/
libnetwork
/
resolver_windows.go
blob: c8faf55e39ddc4d9434359f836a894fdc61b2bf5 [
file
] [
log
] [
blame
]
//go:build windows
package libnetwork
import "context"
func (r *Resolver) setupNAT(context.Context) error {
return nil
}