github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/cmd/juju/romulus/agree/export.go (about)

     1  // Copyright 2016 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  package agree
     5  
     6  // These two var are exported because they are useful in tests outside of this
     7  // package. Unless you are writing a test you shouldn't be using either of these
     8  // values.
     9  var (
    10  	ClientNew  = &clientNew
    11  	UserAnswer = &userAnswer
    12  )