mirror of
https://github.com/golang/go
synced 2024-11-21 13:34:39 -07:00
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
This commit is contained in:
parent
c7a742c510
commit
d883f29309
6
doc/play/playground.js
Normal file
6
doc/play/playground.js
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user