Add missing package import

This commit is contained in:
Solomon Hykes 2013-09-07 17:03:40 -07:00
parent 6a9f4ecf9b
commit eca861a99d
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import (
"path"
"sort"
"strings"
"time"
)
var defaultDns = []string{"8.8.8.8", "8.8.4.4"}