~themue/pyjuju/go-state-auth

« back to all changes in this revision

Viewing changes to juju/bootstrap.go

  • Committer: William Reade
  • Date: 2012-01-20 21:32:53 UTC
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: fwereade@gmail.com-20120120213253-csks5e12opl8t1rq
hefty rearrangement, few actual changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package juju
 
2
 
 
3
import "fmt"
 
4
 
 
5
func (c *Conn) Bootstrap() error {
 
6
    return fmt.Errorf("This doesn't do anything yet.")
 
7
}