package main import ( "fmt" _ "go_redis_learn2/internal/repository/db" ) func main() { fmt.Println(33) }