cmd/geth: fix vet

This commit is contained in:
Felix Lange 2018-04-05 14:09:52 +02:00 committed by GitHub
parent 80f146ae36
commit cbd612336d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,8 @@ func reportBug(ctx *cli.Context) error {
// execute template and write contents to buff // execute template and write contents to buff
var buff bytes.Buffer 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, "Version:", params.Version)
fmt.Fprintln(&buff, "Go Version:", runtime.Version()) fmt.Fprintln(&buff, "Go Version:", runtime.Version())
fmt.Fprintln(&buff, "OS:", runtime.GOOS) fmt.Fprintln(&buff, "OS:", runtime.GOOS)