cannot convert data (type interface {}) to type string: need type assertion

前端 未结 4 725
予麋鹿
予麋鹿 2020-12-07 07:28

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         


        
4条回答
提交回复
热议问题