From b6a8fc8d8cef50a62e6f5169054ae4c800481386 Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick
Date: Fri, 19 May 2017 19:39:20 +0000
Subject: [PATCH] [release-branch.go1.8] doc: remove mentions of yacc tool
It was removed in CL 27325.
Fixes #20431
Change-Id: I6842851444186e19029d040f61fdf4f87a3103a6
Reviewed-on: https://go-review.googlesource.com/43771
Reviewed-by: Ian Lance Taylor
(cherry picked from commit deebd8fe273df2de2d590ee41ae1155c521219e9)
Reviewed-on: https://go-review.googlesource.com/43772
Reviewed-by: Chris Broadfoot
---
doc/cmd.html | 8 --------
1 file changed, 8 deletions(-)
diff --git a/doc/cmd.html b/doc/cmd.html
index 992f176014..4d6ac01dc4 100644
--- a/doc/cmd.html
+++ b/doc/cmd.html
@@ -22,8 +22,6 @@ using the go tool
subcommand, such as go tool vet
.
This style of invocation allows, for instance, checking a single source file
rather than an entire package: go tool vet myprogram.go
as
compared to go vet mypackage
.
-Some of the commands, such as yacc
, are accessible only through
-the go tool
subcommand.
@@ -95,12 +93,6 @@ gofmt command with more general options.
calls whose arguments do not align with the format string.
-
-yacc |
- |
-Yacc is a version of yacc that generates parsers implemented in Go. |
-
-
--
2.50.0