ExecuteTemplate convert plus(+) sign to + in like with email arguments

57 Views Asked by At

I have a function to send verify email with link with hash and email as parameters but when call ExecuteTemplate function it converts + sign which is in the mail to + symbol. link type is template.URL

Here is the link to both files.

grpc.go and mailer.go

and below is the screenshot of log.

enter image description here

Thanks

0

There are 0 best solutions below