diff --git a/playground/common.go b/playground/common.go index 2d11d5d4..186537a6 100644 --- a/playground/common.go +++ b/playground/common.go @@ -15,7 +15,7 @@ import ( "net/http" ) -const baseURL = "https://golang.org/compile?output=json" +const baseURL = "https://golang.org" func init() { http.HandleFunc("/compile", bounce)