github.com/ktock/storage@v1.12.13/drivers/register/register_zfs.go (about)

     1  // +build !exclude_graphdriver_zfs,linux !exclude_graphdriver_zfs,freebsd, solaris
     2  
     3  package register
     4  
     5  import (
     6  	// register the zfs driver
     7  	_ "github.com/containers/storage/drivers/zfs"
     8  )