This commit is contained in:
Alexander Pivkin 2025-09-05 15:49:35 +03:00
parent 45097b6b76
commit b3cc7b82a1

View File

@ -11,5 +11,5 @@ func main() {
if err != nil {
fmt.Println(err)
}
fmt.Println(connection)
fmt.Printf("%#v", connection)
}