1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add missing package import

This commit is contained in:
Solomon Hykes 2013-09-07 17:03:40 -07:00
parent 6a9f4ecf9b
commit eca861a99d

View file

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