From b3cc7b82a173f79da8c0bd0e5d7aae155c244dc6 Mon Sep 17 00:00:00 2001 From: Alexander Pivkin Date: Fri, 5 Sep 2025 15:49:35 +0300 Subject: [PATCH] df --- ceph/ceph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }