gofmt and govet

This commit is contained in:
Tulir Asokan
2018-03-23 01:07:44 +02:00
parent 16635dcde7
commit a3f48093eb
7 changed files with 40 additions and 31 deletions

View File

@ -34,7 +34,7 @@ func EnableExternal() {
func ExtPrintf(text string, args ...interface{}) {
if writer != nil {
fmt.Fprintf(writer, text + "\n", args...)
fmt.Fprintf(writer, text+"\n", args...)
}
}