diff --git a/ceph/ceph.go b/ceph/ceph.go index 02a74c4..e260ed1 100644 --- a/ceph/ceph.go +++ b/ceph/ceph.go @@ -11,5 +11,5 @@ func main() { if err != nil { fmt.Println(err) } - fmt.Println(connection) + fmt.Printf("%#v", connection) }