// Package npipe provides connhelper for npipe://
package npipe import "github.com/moby/buildkit/client/connhelper" func init() { connhelper.Register("npipe", Helper) }