@@ -64928,7 +64928,7 @@ $packages["github.com/gopherjs/gopherjs.github.io/playground"] = (function() {
64928
64928
var codeArea, fileSet, id, importContext, packages, pkgsReceived, pkgsToLoad, req, run;
64929
64929
if (strings.HasPrefix($internalize(location.URLUtils.Object.hash, $String), "#/")) {
64930
64930
id = $internalize(location.URLUtils.Object.hash, $String).substring(2);
64931
- req = xhr.NewRequest("GET", "http://snippets.gotools .org/p/" + id);
64931
+ req = xhr.NewRequest("GET", "http://snippets.gopherjs .org/p/" + id);
64932
64932
req.Object.responseType = $externalize("arraybuffer", $String);
64933
64933
$go((function($b) {
64934
64934
var $args = arguments, $r, $s = 0, $this = this, _r, data, err;
@@ -65132,7 +65132,7 @@ $packages["github.com/gopherjs/gopherjs.github.io/playground"] = (function() {
65132
65132
}), funcType$1);
65133
65133
scope.Object.share = $externalize((function() {
65134
65134
var req$1;
65135
- req$1 = xhr.NewRequest("POST", "http://snippets.gotools .org/share");
65135
+ req$1 = xhr.NewRequest("POST", "http://snippets.gopherjs .org/share");
65136
65136
req$1.Object.responseType = $externalize("arraybuffer", $String);
65137
65137
$go((function($b) {
65138
65138
var $args = arguments, $r, $s = 0, $this = this, _r, data, err;
@@ -65169,7 +65169,7 @@ $packages["github.com/gopherjs/gopherjs.github.io/playground"] = (function() {
65169
65169
event.PreventDefault();
65170
65170
if (strings.HasPrefix($internalize(location.URLUtils.Object.hash, $String), "#/")) {
65171
65171
id$1 = $internalize(location.URLUtils.Object.hash, $String).substring(2);
65172
- req$1 = xhr.NewRequest("GET", "http://snippets.gotools .org/p/" + id$1);
65172
+ req$1 = xhr.NewRequest("GET", "http://snippets.gopherjs .org/p/" + id$1);
65173
65173
req$1.Object.responseType = $externalize("arraybuffer", $String);
65174
65174
$go((function($b) {
65175
65175
var $args = arguments, $r, $s = 0, $this = this, _r, data, err;
0 commit comments