Style fixes from go vet.

This commit is contained in:
Andrey Smirnov
2015-02-22 14:36:14 +03:00
parent 903d4cefba
commit 618d06678c
6 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ func aptlyTaskRun(cmd *commander.Command, args []string) error {
return fmt.Errorf("no such file, %s\n", filename)
}
fmt.Println("Reading file...\n")
fmt.Print("Reading file...\n\n")
var file *os.File
file, err = os.Open(filename)