cmd/go: enable tests of vet tool
[official-gcc.git] / libgo / go / cmd / go / mkdoc.sh
blob12fd7ba3e7f62e4fc874cb1581be9d332767a60b
1 #!/bin/sh
2 # Copyright 2012 The Go Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style
4 # license that can be found in the LICENSE file.
6 go install # So the next line will produce updated documentation.
7 go help documentation > doc.go
8 gofmt -w doc.go