7 lines
95 B
Go
7 lines
95 B
Go
// +build daemon
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/docker/docker/daemon/execdriver/lxc"
|
|
)
|