mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
cmd/geth: govet yo momma
This commit is contained in:
parent
764cc545e9
commit
5647876069
1 changed files with 1 additions and 2 deletions
|
|
@ -56,8 +56,7 @@ func reportBug(ctx *cli.Context) error {
|
||||||
|
|
||||||
// open a new GH issue
|
// open a new GH issue
|
||||||
if !browser.Open(issueUrl + "?body=" + url.QueryEscape(buff.String())) {
|
if !browser.Open(issueUrl + "?body=" + url.QueryEscape(buff.String())) {
|
||||||
fmt.Println("Please file a new issue at", issueUrl, "using this template:\n")
|
fmt.Printf("Please file a new issue at %s using this template:\n%s", issueUrl, buff.String())
|
||||||
fmt.Println(buff.String())
|
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue