packer: fmt

This commit is contained in:
Mitchell Hashimoto 2013-07-31 14:43:34 -07:00
parent 08d2ac7815
commit 7bdb0c96f8
1 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@ import (
"log" "log"
"os" "os"
"os/signal" "os/signal"
"runtime"
"strings" "strings"
"sync" "sync"
"runtime"
"unicode" "unicode"
) )