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:
parent
6872a8e1c9
commit
6171d055dc
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user