github.com/LazyboyChen7/engine@v17.12.1-ce-rc2+incompatible/daemon/graphdriver/register/register_windows.go (about)

     1  package register
     2  
     3  import (
     4  	// register the windows graph drivers
     5  	_ "github.com/docker/docker/daemon/graphdriver/lcow"
     6  	_ "github.com/docker/docker/daemon/graphdriver/windows"
     7  )