fmt.Println("email is", email, "\n")
does work, issue was code was not getting to that point; finally moved it higher up in the code and can now see prints in stdout
CLICK HERE to find out more related problems solutions.
fmt.Println("email is", email, "\n")
does work, issue was code was not getting to that point; finally moved it higher up in the code and can now see prints in stdout
CLICK HERE to find out more related problems solutions.