We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdba5a7 commit 2e79d7fCopy full SHA for 2e79d7f
src/cmd/go/doc.go
@@ -2,6 +2,8 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
+//go:generate ./mkalldocs.sh
6
+
7
package main
8
9
var cmdDoc = &Command{
src/cmd/go/mkalldocs.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
-# Copyright 2012 The Go Authors. All rights reserved.
+# Copyright 2012 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.
0 commit comments