func Run() error {
    conn, err := database.Connect()
    if err != nil {
        return err
    }