github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/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 )