"go fmt" fixups

Apparently my editor is still not reliably formatting on save, so I missed
a few formatting quirks in these files.
This commit is contained in:
Martin Atkins 2018-11-16 18:37:26 -08:00
parent 73c9521a04
commit 5255e85238
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
package command
import (
"log"
"fmt"
"io/ioutil"
"log"
"os"
"path/filepath"
"strings"