Clicking the jump to or pressing F on pkg.go.dev seems to be broken here. In Chrome console I'm seeing security warning about eval, which could be the cause: Content Security Policy of your site blocks the use of 'eval' in JavaScript` The Content Security Policy (CSP) prevents the evaluation of arbitrary strings as JavaScript to make it more difficult for an attacker to inject unathorized code on your site. To solve this issue, avoid using eval(), new Function(), setTimeout([string], ...) and setInterval([string], ...) for evaluating strings. If you absolutely must: you can enable string evaluation by adding unsafe-eval as an allowed source in a script-src directive. ⚠️ Allowing string evaluation comes at the risk of inline script injection. 1 directive Source Location Directive Status gtm.js?id=GTM-W8MVQXG:3 script-src blocked Learn more: Content Security Policy - Eval
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAHEMsqYytzG7DbQ4AJGYTTd24Miu%3D%3D%3Dk%2BEgwOOZ4WZwZYqVmiA%40mail.gmail.com.