1
0
mirror of https://github.com/golang/go synced 2024-11-20 01:04:40 -07:00

cmd/vet: remove extraneous "//" in dead.go so its comment does not

appear at the top of vet's godoc output

Change-Id: I2593d294b0497aeb9e8c54a4dad052b5c33ecaee
Reviewed-on: https://go-review.googlesource.com/65630
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Shawn Smith 2017-09-23 17:43:16 +09:00 committed by Rob Pike
parent 6872a8e1c9
commit 6171d055dc

View File

@ -4,7 +4,7 @@
//
// Simplified dead code detector. Used for skipping certain checks
// on unreachable code (for instance, shift checks on arch-specific code).
//
package main
import (