You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to implement the New Relic service in one of my apps, but when I try to run the latest example that is here, the code ctx.HTML(`<h3 style="color:green;">%s</h3>`, "success") doesn't output anything on the screen.
Any thoughts?
I am using the latest Iris version and Golang.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to implement the New Relic service in one of my apps, but when I try to run the latest example that is here, the code
ctx.HTML(`<h3 style="color:green;">%s</h3>`, "success")
doesn't output anything on the screen.Any thoughts?
I am using the latest Iris version and Golang.
The text was updated successfully, but these errors were encountered: