From: Robert Griesemer Date: Mon, 22 Aug 2011 21:06:07 +0000 (-0700) Subject: godoc: add dummy playground.js to silence godoc warning at start-up X-Git-Tag: weekly.2011-09-01~128 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d883f29309e867e97d30df96df246c3d41bf1f92;p=gostls13.git godoc: add dummy playground.js to silence godoc warning at start-up Fixes #2173. R=r, rsc CC=golang-dev https://golang.org/cl/4941044 --- diff --git a/doc/play/playground.js b/doc/play/playground.js new file mode 100644 index 0000000000..ce9aa27b49 --- /dev/null +++ b/doc/play/playground.js @@ -0,0 +1,6 @@ +// Copyright 2011 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// A dummy playground.js file to silence godoc errors +// when accessing doc/root.html.