mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
https://github.com/golang/go/wiki/CodeReviewComments#interfaces Signed-off-by: Cory Snider <csnider@mirantis.com>
9 lines
114 B
Go
9 lines
114 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package libnetwork
|
|
|
|
func (r *Resolver) setupIPTable() error {
|
|
return nil
|
|
}
|