Fix missing pkg/errors reference in windows-only file (#547)

* Fixing missing pkg/errors reference

* go fmt pass
This commit is contained in:
aspect 2019-12-25 08:50:43 -05:00 committed by Svarog
parent 1346810af8
commit fbaf360a42

View File

@ -6,6 +6,7 @@ package main
import (
"fmt"
"github.com/pkg/errors"
"os"
"path/filepath"
"time"