mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
f2614f2107
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
7 lines
268 B
Go
7 lines
268 B
Go
package hcsshim
|
|
|
|
import "C"
|
|
|
|
// This import is needed to make the library compile as CGO because HCSSHIM
|
|
// only works with CGO due to callbacks from HCS comming back from a C thread
|
|
// which is not supported without CGO. See https://github.com/golang/go/issues/10973
|