[go-nuts] Why the user variable isn't getting printed when the query is alright

2020-06-24 Thread davetweetlive
a$10$a0g.eIGEHoVnD/s55YCePeL5BxCPYDF58nP2gb.TmYKwCuV5E7gP. | a...@gmail.com | NULL | NULL | 2020-06-22 01:24:43 | NULL | | 4 | oneanother | $2a$10$VMo4iuvruCA/yQlkfMI2QOMWo2H2jIiyyoYprKQtQMT4U7UWb78CS | z...@one.com | NULL | NULL | 2020-06-22 01:26:48 | NULL | | 5 | davetweetlive | $2a$10$oD0Y

[go-nuts] runtime error: invalid memory address

2020-03-26 Thread davetweetlive
_controller" ) func main() { http.HandleFunc("/", Index) // http.HandleFunc("/demo/index", Index) http.ListenAndServe(":8000", nil) } func Index(w http.ResponseWriter, r *http.Request) { tmplt, _ := template.ParseFiles("views/demo_controller.index.html") data := demo_