From 206fd9b84c76bee8910289f23e92f124eca26bbc Mon Sep 17 00:00:00 2001 From: Vitaliy Turov Date: Tue, 18 Feb 2025 20:31:37 +0300 Subject: [PATCH] Save --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 05291ae..3a2e99a 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -7,5 +7,5 @@ import ( func main() { storage := common.ReadDB() - fmt.Printf("%v", storage) + fmt.Println(storage) }