mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
cmd/geth: fix vet
This commit is contained in:
parent
80f146ae36
commit
cbd612336d
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ func reportBug(ctx *cli.Context) error {
|
|||
// execute template and write contents to buff
|
||||
var buff bytes.Buffer
|
||||
|
||||
fmt.Fprintln(&buff, "#### System information\n")
|
||||
fmt.Fprintln(&buff, "#### System information")
|
||||
fmt.Fprintln(&buff)
|
||||
fmt.Fprintln(&buff, "Version:", params.Version)
|
||||
fmt.Fprintln(&buff, "Go Version:", runtime.Version())
|
||||
fmt.Fprintln(&buff, "OS:", runtime.GOOS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue