all: fix vet issues with build tags, formatting

* Build tags need to come before the package name
and have at least a blank line, between them and
the package, please see
  https://golang.org/pkg/go/build/#hdr-Build_Constraints
* fmt.Println doesn't take formatting verbs
* Fix a missing formatting argument to fmt.Printf
This commit is contained in:
Emmanuel Odeke
2017-12-12 17:23:16 -07:00
parent 310beae63c
commit bbc3b807c6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package main
// +build ignore
package main
import (
"bytes"
"fmt"