This commit is contained in:
Виталий Туров 2025-02-18 20:31:37 +03:00
parent a91b84bdb5
commit 206fd9b84c

View File

@ -7,5 +7,5 @@ import (
func main() { func main() {
storage := common.ReadDB() storage := common.ReadDB()
fmt.Printf("%v", storage) fmt.Println(storage)
} }