go, Programming IT Nursery cannot convert data (type interface {}) to type string: need type assertion I am pretty new to go and I was playing with this notify package. At first I had code that looked like this: func doit(w http.ResponseWriter, r *http.Request) {... May 27, 2022 0 Comments