package main import ( "fmt" "wheel_of_fortune/internel/common" ) func main() { storage := common.ReadDB() fmt.Printf("%v", storage) }