github.com/axw/juju@v0.0.0-20161005053422-4bd6544d08d4/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 becuase 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  )