From d883f29309e867e97d30df96df246c3d41bf1f92 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 22 Aug 2011 14:06:07 -0700 Subject: [PATCH] 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 --- doc/play/playground.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/play/playground.js diff --git a/doc/play/playground.js b/doc/play/playground.js new file mode 100644 index 00000000000..ce9aa27b49f --- /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.