github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/provider/all/manual.go (about)

     1  // Copyright 2019 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  //go:build !minimal || provider_manual
     5  
     6  package all
     7  
     8  import (
     9  	// Register the provider.
    10  	_ "github.com/juju/juju/provider/manual"
    11  )