github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/oci/caps/utils_other.go (about)

     1  //go:build !linux
     2  
     3  package caps // import "github.com/Prakhar-Agarwal-byte/moby/oci/caps"
     4  
     5  func initCaps() {
     6  	// no capabilities on Windows
     7  }