x/tools/cmd/godoc: remove unused variable
Found with honnef.co/go/tools/cmd/unused. Change-Id: I3db2aad14de33f0be69569cd355e453173098358 Reviewed-on: https://go-review.googlesource.com/37599 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
81cc31eaa9
commit
e06694fefd
|
|
@ -53,10 +53,7 @@ import (
|
|||
"golang.org/x/tools/godoc/vfs/zipfs"
|
||||
)
|
||||
|
||||
const (
|
||||
defaultAddr = ":6060" // default webserver address
|
||||
toolsPath = "golang.org/x/tools/cmd/"
|
||||
)
|
||||
const defaultAddr = ":6060" // default webserver address
|
||||
|
||||
var (
|
||||
// file system to serve
|
||||
|
|
|
|||
Loading…
Reference in New Issue