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

     1  // Copyright 2023 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  package all
     5  
     6  // This file is here so that you can compile Juju with no providers
     7  // (i.e. BUILD_TAGS='minimal'). Otherwise, Go will complain that the build
     8  // constraints exclude all Go files in this package.