containerd/server/server_windows.go
Kenfe-Mickael Laventure 6bf779c589
Use defaults pkg for all platforms
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
2017-11-28 18:04:21 -08:00

12 lines
121 B
Go

// +build windows
package server
import (
"context"
)
func apply(_ context.Context, _ *Config) error {
return nil
}