]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet: remove extraneous "//" in dead.go so its comment does not
authorShawn Smith <shawnpsmith@gmail.com>
Sat, 23 Sep 2017 08:43:16 +0000 (17:43 +0900)
committerRob Pike <r@golang.org>
Sat, 23 Sep 2017 09:24:02 +0000 (09:24 +0000)
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>
src/cmd/vet/dead.go

index b3a157b2a509a7a9c16aa77bb208e27b64b740ff..130f619626db53c3d51ed8460c852238721e39d4 100644 (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 (