branch: elpa/go-mode
commit 50bceae59420818f2551081784d2f52f5423610e
Author: Dominik Honnef <[email protected]>
Commit: Dominik Honnef <[email protected]>

    Use HTTPS with go-play-region
    
    The playground now enforces HTTPS for the /compile endpoint.
---
 go-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go-mode.el b/go-mode.el
index eccb74e..f831dcc 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -1329,7 +1329,7 @@ Playground URL."
            (buffer-substring-no-properties start end)
            'utf-8))
          (content-buf (url-retrieve
-                       "http://play.golang.org/share";
+                       "https://play.golang.org/share";
                        (lambda (arg)
                          (cond
                           ((equal :error (car arg))

Reply via email to