Skip to content

Commit

Permalink
playground: hit golang.org/compile endpoint instead of play.golang.org
Browse files Browse the repository at this point in the history
Not sure why this was originally going via the playground. It needn't.

Change-Id: I40b5886a56ba4b941ff74f4bc325625412d7eaff
Reviewed-on: https://go-review.googlesource.com/22497
Reviewed-by: Andrew Gerrand <[email protected]>
  • Loading branch information
adg committed Apr 27, 2016
1 parent 53006ac commit 1f1b332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"net/http"
)

const baseURL = "http://play.golang.org"
const baseURL = "https://golang.org/compile?output=json"

func init() {
http.HandleFunc("/compile", bounce)
Expand Down

0 comments on commit 1f1b332

Please sign in to comment.